Color Hex Logo

#dde5fe Color Hex

#DDE5FE
(221,229,254)
1 Favorites   0 Comments

Color spaces of #dde5fe

RGB 221229254
HSL0.630.940.93
HSV225°13°100°
CMYK 0.130.100.00   0.00
XYZ75.727578.5665104.9395
Yxy78.56650.29210.3031
Hunter Lab88.6377-2.6149-8.1479
CIE-Lab91.03782.1573-13.0078

#dde5fe color RGB value is (221,229,254).

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

The process color (four color CMYK) of #dde5fe color hex is 0.13, 0.10, 0.00, 0.00. Web safe color of #dde5fe is #ccccff. Color #dde5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11111110
Octal 335 345 376
Decimal 221 229 254
Hex DD E5 FE

RGB Percentages of Color #dde5fe

%31.39
%32.53
%36.08

CMYK Percentages of Color #dde5fe

%13
%10
%0
%0

Triadic Colors of #dde5fe

#dde5fe #fedde5 #e5fedd

Analogous Colors of #dde5fe

#dde5fe #e6ddfe #ddf6fe

Monochromatic Colors of #dde5fe

#dde5fe

Complementary Color

#dde5fe #fef6dd

#dde5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5fe Color CSS Codes

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

#dde5fe Text Font Color

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

This sample text font color is #dde5fe
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.


#dde5fe Background Color

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

This div background color is #dde5fe


#dde5fe Border Color

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

This div border color is #dde5fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,229,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 #dde5fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.