Color Hex Logo

#dde4fe Color Hex

#DDE4FE
(221,228,254)
0 Favorites   0 Comments

Color spaces of #dde4fe

RGB 221228254
HSL0.630.940.93
HSV227°13°100°
CMYK 0.130.100.00   0.00
XYZ75.451678.0147104.8476
Yxy78.01470.29210.3020
Hunter Lab88.3259-2.0884-8.5522
CIE-Lab90.78662.6763-13.3832

#dde4fe color RGB value is (221,228,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 11111110
Octal 335 344 376
Decimal 221 228 254
Hex DD E4 FE

RGB Percentages of Color #dde4fe

%31.44
%32.43
%36.13

CMYK Percentages of Color #dde4fe

%13
%10
%0
%0

Triadic Colors of #dde4fe

#dde4fe #fedde4 #e4fedd

Analogous Colors of #dde4fe

#dde4fe #e7ddfe #ddf5fe

Monochromatic Colors of #dde4fe

#dde4fe

Complementary Color

#dde4fe #fef7dd

#dde4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde4fe Color CSS Codes

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

#dde4fe Text Font Color

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

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


#dde4fe Background Color

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

This div background color is #dde4fe


#dde4fe Border Color

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

This div border color is #dde4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde4fe

#dde4fe Color Palettes


Comments

No comments written yet.

Please login to write comment.