Color Hex Logo

#dde4ff Color Hex

#DDE4FF
(221,228,255)
0 Favorites   0 Comments

Color spaces of #dde4ff

RGB 221228255
HSL0.631.000.93
HSV228°13°100°
CMYK 0.130.110.00   0.00
XYZ75.612278.0790105.6933
Yxy78.07900.29150.3010
Hunter Lab88.3623-1.8905-9.0652
CIE-Lab90.81592.8781-13.8622

#dde4ff color RGB value is (221,228,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 11111111
Octal 335 344 377
Decimal 221 228 255
Hex DD E4 FF

RGB Percentages of Color #dde4ff

%31.39
%32.39
%36.22

CMYK Percentages of Color #dde4ff

%13
%11
%0
%0

Triadic Colors of #dde4ff

#dde4ff #ffdde4 #e4ffdd

Analogous Colors of #dde4ff

#dde4ff #e7ddff #ddf5ff

Monochromatic Colors of #dde4ff

#dde4ff

Complementary Color

#dde4ff #fff8dd

#dde4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde4ff Color CSS Codes

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

#dde4ff Text Font Color

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

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


#dde4ff Background Color

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

This div background color is #dde4ff


#dde4ff Border Color

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

This div border color is #dde4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde4ff

Related Colors

#dde4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.