Color Hex Logo

#dde8cf Color Hex

#DDE8CF
(221,232,207)
0 Favorites   0 Comments

Color spaces of #dde8cf

RGB 221232207
HSL0.240.350.86
HSV86°11°91°
CMYK 0.050.000.11   0.09
XYZ69.937977.590470.3218
Yxy77.59040.32100.3562
Hunter Lab88.0854-12.424414.3264
CIE-Lab90.5927-8.051310.9024

#dde8cf color RGB value is (221,232,207).

#dde8cf hex color red value is 221, green value is 232 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dde8cf hue: 0.24 , saturation: 0.35 and the lightness value of dde8cf is 0.86.

The process color (four color CMYK) of #dde8cf color hex is 0.05, 0.00, 0.11, 0.09. Web safe color of #dde8cf is #ccffcc. Color #dde8cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 11001111
Octal 335 350 317
Decimal 221 232 207
Hex DD E8 CF

RGB Percentages of Color #dde8cf

%33.48
%35.15
%31.36

CMYK Percentages of Color #dde8cf

%5
%0
%11
%9

Triadic Colors of #dde8cf

#dde8cf #cfdde8 #e8cfdd

Analogous Colors of #dde8cf

#dde8cf #d1e8cf #e8e7cf

Monochromatic Colors of #dde8cf

#dde8cf

Complementary Color

#dde8cf #dacfe8

#dde8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde8cf Color CSS Codes

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

#dde8cf Text Font Color

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

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


#dde8cf Background Color

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

This div background color is #dde8cf


#dde8cf Border Color

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

This div border color is #dde8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde8cf


Comments

No comments written yet.

Please login to write comment.