Color Hex Logo

#dde3ce Color Hex

#DDE3CE
(221,227,206)
0 Favorites   0 Comments

Color spaces of #dde3ce

RGB 221227206
HSL0.210.270.85
HSV77°89°
CMYK 0.030.000.09   0.11
XYZ68.428574.766669.2173
Yxy74.76660.32210.3520
Hunter Lab86.4677-10.057713.0658
CIE-Lab89.2836-5.67969.5552

#dde3ce color RGB value is (221,227,206).

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

The process color (four color CMYK) of #dde3ce color hex is 0.03, 0.00, 0.09, 0.11. Web safe color of #dde3ce is #cccccc. Color #dde3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 11001110
Octal 335 343 316
Decimal 221 227 206
Hex DD E3 CE

RGB Percentages of Color #dde3ce

%33.79
%34.71
%31.50

CMYK Percentages of Color #dde3ce

%3
%0
%9
%11

Triadic Colors of #dde3ce

#dde3ce #cedde3 #e3cedd

Analogous Colors of #dde3ce

#dde3ce #d3e3ce #e3dfce

Monochromatic Colors of #dde3ce

#dde3ce

Complementary Color

#dde3ce #d4cee3

#dde3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde3ce Color CSS Codes

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

#dde3ce Text Font Color

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

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


#dde3ce Background Color

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

This div background color is #dde3ce


#dde3ce Border Color

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

This div border color is #dde3ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,227,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 #dde3ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde3ce


Comments

No comments written yet.

Please login to write comment.