Color Hex Logo

#ded1bb Color Hex

#DED1BB
(222,209,187)
0 Favorites   0 Comments

Color spaces of #ded1bb

RGB 222209187
HSL0.100.350.80
HSV38°16°87°
CMYK 0.000.060.16   0.13
XYZ61.894364.718456.2434
Yxy64.71840.33850.3539
Hunter Lab80.4477-3.450514.8620
CIE-Lab84.33840.892012.5248

#ded1bb color RGB value is (222,209,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 10111011
Octal 336 321 273
Decimal 222 209 187
Hex DE D1 BB

RGB Percentages of Color #ded1bb

%35.92
%33.82
%30.26

CMYK Percentages of Color #ded1bb

%0
%6
%16
%13

Triadic Colors of #ded1bb

#ded1bb #bbded1 #d1bbde

Analogous Colors of #ded1bb

#ded1bb #dadebb #dec0bb

Monochromatic Colors of #ded1bb

#ded1bb

Complementary Color

#ded1bb #bbc8de

#ded1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded1bb Color CSS Codes

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

#ded1bb Text Font Color

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

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


#ded1bb Background Color

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

This div background color is #ded1bb


#ded1bb Border Color

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

This div border color is #ded1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded1bb


Comments

No comments written yet.

Please login to write comment.