Color Hex Logo

#ded0bb Color Hex

#DED0BB
(222,208,187)
0 Favorites   0 Comments

Color spaces of #ded0bb

RGB 222208187
HSL0.100.350.80
HSV36°16°87°
CMYK 0.000.060.16   0.13
XYZ61.649764.229256.1619
Yxy64.22920.33870.3528
Hunter Lab80.1431-2.940214.5515
CIE-Lab84.08501.412912.1654

#ded0bb color RGB value is (222,208,187).

#ded0bb hex color red value is 222, green value is 208 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ded0bb hue: 0.10 , saturation: 0.35 and the lightness value of ded0bb is 0.80.

The process color (four color CMYK) of #ded0bb color hex is 0.00, 0.06, 0.16, 0.13. Web safe color of #ded0bb is #cccccc. Color #ded0bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 10111011
Octal 336 320 273
Decimal 222 208 187
Hex DE D0 BB

RGB Percentages of Color #ded0bb

%35.98
%33.71
%30.31

CMYK Percentages of Color #ded0bb

%0
%6
%16
%13

Triadic Colors of #ded0bb

#ded0bb #bbded0 #d0bbde

Analogous Colors of #ded0bb

#ded0bb #dbdebb #debfbb

Monochromatic Colors of #ded0bb

#ded0bb

Complementary Color

#ded0bb #bbc9de

#ded0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded0bb Color CSS Codes

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

#ded0bb Text Font Color

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

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


#ded0bb Background Color

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

This div background color is #ded0bb


#ded0bb Border Color

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

This div border color is #ded0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded0bb


Comments

No comments written yet.

Please login to write comment.