Color Hex Logo

#dde6fe Color Hex

#DDE6FE
(221,230,254)
0 Favorites   0 Comments

Color spaces of #dde6fe

RGB 221230254
HSL0.620.940.93
HSV224°13°100°
CMYK 0.130.090.00   0.00
XYZ76.005079.1215105.0320
Yxy79.12150.29210.3041
Hunter Lab88.9503-3.1407-7.7441
CIE-Lab91.28921.6389-12.6323

#dde6fe color RGB value is (221,230,254).

#dde6fe hex color red value is 221, green value is 230 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dde6fe hue: 0.62 , saturation: 0.94 and the lightness value of dde6fe is 0.93.

The process color (four color CMYK) of #dde6fe color hex is 0.13, 0.09, 0.00, 0.00. Web safe color of #dde6fe is #ccffff. Color #dde6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 11111110
Octal 335 346 376
Decimal 221 230 254
Hex DD E6 FE

RGB Percentages of Color #dde6fe

%31.35
%32.62
%36.03

CMYK Percentages of Color #dde6fe

%13
%9
%0
%0

Triadic Colors of #dde6fe

#dde6fe #fedde6 #e6fedd

Analogous Colors of #dde6fe

#dde6fe #e5ddfe #ddf7fe

Monochromatic Colors of #dde6fe

#dde6fe

Complementary Color

#dde6fe #fef5dd

#dde6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde6fe Color CSS Codes

.mybgcolor {background-color:#dde6fe; } 
.myforecolor {color:#dde6fe; }
.mybordercolor {border:3px solid #dde6fe; }

#dde6fe Text Font Color

<p style="color:#dde6fe">Text here</p>

This sample text font color is #dde6fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dde6fe Background Color

<div style="background-color:#dde6fe">
Div content here</div>

This div background color is #dde6fe


#dde6fe Border Color

<div style="border:3px solid #dde6fe">
Div here</div>

This div border color is #dde6fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,230,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dde6fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dde6fe;
  -webkit-box-shadow: 1px 1px 3px 2px #dde6fe;
  box-shadow:         1px 1px 3px 2px #dde6fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,230,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dde6fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dde6fe;
  -webkit-box-shadow: 1px 1px 3px 2px #dde6fe;
  box-shadow:         1px 1px 3px 2px #dde6fe;">
Div content here</div>

This div box has shadow with color #dde6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.