Color Hex Logo

#debdb0 Color Hex

#DEBDB0
(222,189,176)
0 Favorites   0 Comments

Color spaces of #debdb0

RGB 222189176
HSL0.050.410.78
HSV17°21°87°
CMYK 0.000.150.21   0.13
XYZ56.158355.059448.7420
Yxy55.05940.35110.3442
Hunter Lab74.20205.240612.9949
CIE-Lab79.07559.753010.9280

#debdb0 color RGB value is (222,189,176).

#debdb0 hex color red value is 222, green value is 189 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #debdb0 hue: 0.05 , saturation: 0.41 and the lightness value of debdb0 is 0.78.

The process color (four color CMYK) of #debdb0 color hex is 0.00, 0.15, 0.21, 0.13. Web safe color of #debdb0 is #cccc99. Color #debdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 10110000
Octal 336 275 260
Decimal 222 189 176
Hex DE BD B0

RGB Percentages of Color #debdb0

%37.82
%32.20
%29.98

CMYK Percentages of Color #debdb0

%0
%15
%21
%13

Triadic Colors of #debdb0

#debdb0 #b0debd #bdb0de

Analogous Colors of #debdb0

#debdb0 #ded4b0 #deb0ba

Monochromatic Colors of #debdb0

#debdb0

Complementary Color

#debdb0 #b0d1de

#debdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debdb0 Color CSS Codes

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

#debdb0 Text Font Color

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

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


#debdb0 Background Color

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

This div background color is #debdb0


#debdb0 Border Color

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

This div border color is #debdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debdb0


Comments

No comments written yet.

Please login to write comment.