Color Hex Logo

#dde7ea Color Hex

#DDE7EA
(221,231,234)
0 Favorites   0 Comments

Color spaces of #dde7ea

RGB 221231234
HSL0.540.240.89
HSV194°92°
CMYK 0.060.010.00   0.08
XYZ73.246078.464589.1266
Yxy78.46450.30410.3258
Hunter Lab88.5802-7.41562.3504
CIE-Lab90.9914-2.7624-2.6199

#dde7ea color RGB value is (221,231,234).

#dde7ea hex color red value is 221, green value is 231 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dde7ea hue: 0.54 , saturation: 0.24 and the lightness value of dde7ea is 0.89.

The process color (four color CMYK) of #dde7ea color hex is 0.06, 0.01, 0.00, 0.08. Web safe color of #dde7ea is #ccffff. Color #dde7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 11101010
Octal 335 347 352
Decimal 221 231 234
Hex DD E7 EA

RGB Percentages of Color #dde7ea

%32.22
%33.67
%34.11

CMYK Percentages of Color #dde7ea

%6
%1
%0
%8

Triadic Colors of #dde7ea

#dde7ea #eadde7 #e7eadd

Analogous Colors of #dde7ea

#dde7ea #dde1ea #ddeae7

Monochromatic Colors of #dde7ea

#dde7ea

Complementary Color

#dde7ea #eae0dd

#dde7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde7ea Color CSS Codes

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

#dde7ea Text Font Color

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

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


#dde7ea Background Color

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

This div background color is #dde7ea


#dde7ea Border Color

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

This div border color is #dde7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde7ea


Comments

No comments written yet.

Please login to write comment.