#DEB2AB

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

Shades of Cavern Pink #DEB2AB

Tints of Cavern Pink #DEB2AB

Color information

#DEB2AB (or 0xDEB2AB) is unknown color: approx Cavern Pink. HEX triplet: DE, B2 and AB. RGB value is (222,178,171). Sum of RGB (Red+Green+Blue) = 222+178+171=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB2AB is #214D54. Grayscale: #BEBEBE. Windows color (decimal): -2182485 or 11252446. OLE color: 11252446.

HSL color Cylindrical-coordinate representation of color #DEB2AB: hue angle of 8.24º 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 #DEB2AB is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222178171-
CMYK00.200.230.13
HSL8.24º43.59%77.06%-
HSV(B)8.24º22.97%87.06%-
XYZ53.450.3145.42-
YUV190.36117.08150.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=38.88%
G=31.17%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217817100.200.230.138.2443.5977.06
HexDEB2AB01417D82c4d
Octal33626225302427151054115
Binary11011110101100101010101101010010111110110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2AB; }

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

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

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

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

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

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

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

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