Color Hex Logo

#deedd3 Color Hex

#DEEDD3
(222,237,211)
0 Favorites   0 Comments

Color spaces of #deedd3

RGB 222237211
HSL0.260.420.88
HSV95°11°93°
CMYK 0.060.000.11   0.07
XYZ72.166380.801173.4206
Yxy80.80110.31880.3569
Hunter Lab89.8894-14.000614.4952
CIE-Lab92.0431-9.559010.9002

#deedd3 color RGB value is (222,237,211).

#deedd3 hex color red value is 222, green value is 237 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #deedd3 hue: 0.26 , saturation: 0.42 and the lightness value of deedd3 is 0.88.

The process color (four color CMYK) of #deedd3 color hex is 0.06, 0.00, 0.11, 0.07. Web safe color of #deedd3 is #ccffcc. Color #deedd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 11010011
Octal 336 355 323
Decimal 222 237 211
Hex DE ED D3

RGB Percentages of Color #deedd3

%33.13
%35.37
%31.49

CMYK Percentages of Color #deedd3

%6
%0
%11
%7

Triadic Colors of #deedd3

#deedd3 #d3deed #edd3de

Analogous Colors of #deedd3

#deedd3 #d3edd5 #ebedd3

Monochromatic Colors of #deedd3

#deedd3

Complementary Color

#deedd3 #e2d3ed

#deedd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deedd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deedd3 Color CSS Codes

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

#deedd3 Text Font Color

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

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


#deedd3 Background Color

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

This div background color is #deedd3


#deedd3 Border Color

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

This div border color is #deedd3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,237,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deedd3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deedd3;
  -webkit-box-shadow: 1px 1px 3px 2px #deedd3;
  box-shadow:         1px 1px 3px 2px #deedd3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,237,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deedd3


Comments

No comments written yet.

Please login to write comment.