Color Hex Logo

#dde4ca Color Hex

#DDE4CA
(221,228,202)
0 Favorites   0 Comments

Color spaces of #dde4ca

RGB 221228202
HSL0.210.330.84
HSV76°11°89°
CMYK 0.030.000.11   0.11
XYZ68.222975.123266.7816
Yxy75.12320.32470.3575
Hunter Lab86.6736-11.177214.9889
CIE-Lab89.4507-6.849211.8846

#dde4ca color RGB value is (221,228,202).

#dde4ca hex color red value is 221, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dde4ca hue: 0.21 , saturation: 0.33 and the lightness value of dde4ca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 11001010
Octal 335 344 312
Decimal 221 228 202
Hex DD E4 CA

RGB Percentages of Color #dde4ca

%33.95
%35.02
%31.03

CMYK Percentages of Color #dde4ca

%3
%0
%11
%11

Triadic Colors of #dde4ca

#dde4ca #cadde4 #e4cadd

Analogous Colors of #dde4ca

#dde4ca #d0e4ca #e4deca

Monochromatic Colors of #dde4ca

#dde4ca

Complementary Color

#dde4ca #d1cae4

#dde4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde4ca Color CSS Codes

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

#dde4ca Text Font Color

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

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


#dde4ca Background Color

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

This div background color is #dde4ca


#dde4ca Border Color

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

This div border color is #dde4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde4ca


Comments

No comments written yet.

Please login to write comment.