Color Hex Logo

#dde1ce Color Hex

#DDE1CE
(221,225,206)
0 Favorites   0 Comments

Color spaces of #dde1ce

RGB 221225206
HSL0.200.240.85
HSV73°88°
CMYK 0.020.000.08   0.12
XYZ67.884673.678869.0361
Yxy73.67880.32230.3499
Hunter Lab85.8364-9.045012.3999
CIE-Lab88.7705-4.65848.8207

#dde1ce color RGB value is (221,225,206).

#dde1ce hex color red value is 221, green value is 225 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dde1ce hue: 0.20 , saturation: 0.24 and the lightness value of dde1ce is 0.85.

The process color (four color CMYK) of #dde1ce color hex is 0.02, 0.00, 0.08, 0.12. Web safe color of #dde1ce is #cccccc. Color #dde1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 11001110
Octal 335 341 316
Decimal 221 225 206
Hex DD E1 CE

RGB Percentages of Color #dde1ce

%33.90
%34.51
%31.60

CMYK Percentages of Color #dde1ce

%2
%0
%8
%12

Triadic Colors of #dde1ce

#dde1ce #cedde1 #e1cedd

Analogous Colors of #dde1ce

#dde1ce #d4e1ce #e1dcce

Monochromatic Colors of #dde1ce

#dde1ce

Complementary Color

#dde1ce #d2cee1

#dde1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1ce Color CSS Codes

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

#dde1ce Text Font Color

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

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


#dde1ce Background Color

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

This div background color is #dde1ce


#dde1ce Border Color

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

This div border color is #dde1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1ce


Comments

No comments written yet.

Please login to write comment.