Color Hex Logo

#dde6cb Color Hex

#DDE6CB
(221,230,203)
0 Favorites   0 Comments

Color spaces of #dde6cb

RGB 221230203
HSL0.220.350.85
HSV80°12°90°
CMYK 0.040.000.12   0.10
XYZ68.895176.277667.5918
Yxy76.27760.32380.3585
Hunter Lab87.3370-12.031615.2503
CIE-Lab89.9881-7.700112.1267

#dde6cb color RGB value is (221,230,203).

#dde6cb hex color red value is 221, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dde6cb hue: 0.22 , saturation: 0.35 and the lightness value of dde6cb is 0.85.

The process color (four color CMYK) of #dde6cb color hex is 0.04, 0.00, 0.12, 0.10. Web safe color of #dde6cb is #ccffcc. Color #dde6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 11001011
Octal 335 346 313
Decimal 221 230 203
Hex DD E6 CB

RGB Percentages of Color #dde6cb

%33.79
%35.17
%31.04

CMYK Percentages of Color #dde6cb

%4
%0
%12
%10

Triadic Colors of #dde6cb

#dde6cb #cbdde6 #e6cbdd

Analogous Colors of #dde6cb

#dde6cb #d0e6cb #e6e2cb

Monochromatic Colors of #dde6cb

#dde6cb

Complementary Color

#dde6cb #d4cbe6

#dde6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde6cb Color CSS Codes

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

#dde6cb Text Font Color

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

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


#dde6cb Background Color

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

This div background color is #dde6cb


#dde6cb Border Color

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

This div border color is #dde6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde6cb


Comments

No comments written yet.

Please login to write comment.