Color Hex Logo

#dde2ca Color Hex

#DDE2CA
(221,226,202)
0 Favorites   0 Comments

Color spaces of #dde2ca

RGB 221226202
HSL0.200.290.84
HSV73°11°89°
CMYK 0.020.000.11   0.11
XYZ67.675874.029166.5993
Yxy74.02910.32490.3554
Hunter Lab86.0402-10.169214.3348
CIE-Lab88.9362-5.831711.1524

#dde2ca color RGB value is (221,226,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 11001010
Octal 335 342 312
Decimal 221 226 202
Hex DD E2 CA

RGB Percentages of Color #dde2ca

%34.05
%34.82
%31.12

CMYK Percentages of Color #dde2ca

%2
%0
%11
%11

Triadic Colors of #dde2ca

#dde2ca #cadde2 #e2cadd

Analogous Colors of #dde2ca

#dde2ca #d1e2ca #e2dbca

Monochromatic Colors of #dde2ca

#dde2ca

Complementary Color

#dde2ca #cfcae2

#dde2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde2ca Color CSS Codes

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

#dde2ca Text Font Color

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

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


#dde2ca Background Color

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

This div background color is #dde2ca


#dde2ca Border Color

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

This div border color is #dde2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde2ca


Comments

No comments written yet.

Please login to write comment.