Color Hex Logo

#deb9bf Color Hex

#DEB9BF
(222,185,191)
0 Favorites   0 Comments

Color spaces of #deb9bf

RGB 222185191
HSL0.970.360.80
HSV350°17°87°
CMYK 0.000.170.14   0.13
XYZ56.877153.989156.7134
Yxy53.98910.33940.3222
Hunter Lab73.47739.58765.6711
CIE-Lab78.455414.20831.9359

#deb9bf color RGB value is (222,185,191).

#deb9bf hex color red value is 222, green value is 185 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #deb9bf hue: 0.97 , saturation: 0.36 and the lightness value of deb9bf is 0.80.

The process color (four color CMYK) of #deb9bf color hex is 0.00, 0.17, 0.14, 0.13. Web safe color of #deb9bf is #cccccc. Color #deb9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10111111
Octal 336 271 277
Decimal 222 185 191
Hex DE B9 BF

RGB Percentages of Color #deb9bf

%37.12
%30.94
%31.94

CMYK Percentages of Color #deb9bf

%0
%17
%14
%13

Triadic Colors of #deb9bf

#deb9bf #bfdeb9 #b9bfde

Analogous Colors of #deb9bf

#deb9bf #dec6b9 #deb9d2

Monochromatic Colors of #deb9bf

#deb9bf

Complementary Color

#deb9bf #b9ded8

#deb9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9bf Color CSS Codes

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

#deb9bf Text Font Color

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

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


#deb9bf Background Color

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

This div background color is #deb9bf


#deb9bf Border Color

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

This div border color is #deb9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9bf


Comments

No comments written yet.

Please login to write comment.