#DEB0AB

Color #DEB0AB Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DEB0AB

Tints of Cavern Pink #DEB0AB

Color information

#DEB0AB (or 0xDEB0AB) is unknown color: approx Cavern Pink. HEX triplet: DE, B0 and AB. RGB value is (222,176,171). Sum of RGB (Red+Green+Blue) = 222+176+171=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0AB is #214F54. Grayscale: #BDBDBD. Windows color (decimal): -2182997 or 11251934. OLE color: 11251934.

HSL color Cylindrical-coordinate representation of color #DEB0AB: hue angle of 5.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB0AB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222176171-
CMYK00.210.230.13
HSL5.88º43.59%77.06%-
HSV(B)5.88º22.97%87.06%-
XYZ5349.5245.29-
YUV189.18117.74151.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=39.02%
G=30.93%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217617100.210.230.135.8843.5977.06
HexDEB0AB01517D62c4d
Octal3362602530252715654115
Binary1101111010110000101010110101011011111011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0AB; }

 p { color: rgb(222,176,171); }

 H1.HeaderClassName
 {
   color: #DEB0AB;
 }
 .AnyTagClassName
 {
   color: #DEB0AB;
 }
</style>
background-color css

<style>
 a { background-color: #DEB0AB; }

 a { background-color: rgb(222,176,171); }

 div.DivClassName
 {
   background-color: #DEB0AB;
 }
 .BgClassName
 {
   background-color: #DEB0AB;
 }
</style>
border-color css

<style>
 span { border-color: #DEB0AB; }

 span { border-color: rgb(222,176,171); }

 td.TdClassName
 {
   border-color: #DEB0AB;
 }
 .TagClassName
 {
   border-color: #DEB0AB;
 }
</style>