#DEB5AB

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

Shades of Cavern Pink #DEB5AB

Tints of Cavern Pink #DEB5AB

Color information

#DEB5AB (or 0xDEB5AB) is unknown color: approx Cavern Pink. HEX triplet: DE, B5 and AB. RGB value is (222,181,171). Sum of RGB (Red+Green+Blue) = 222+181+171=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AB is #214A54. Grayscale: #C0C0C0. Windows color (decimal): -2181717 or 11253214. OLE color: 11253214.

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

Color convert

RGB222181171-
CMYK00.180.230.13
HSL11.76º43.59%77.06%-
HSV(B)11.76º22.97%87.06%-
XYZ5451.5245.63-
YUV192.12116.08149.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=38.68%
G=31.53%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218117100.180.230.1311.7643.5977.06
HexDEB5AB01217Dc2c4d
Octal33626525302227151454115
Binary11011110101101011010101101001010111110111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5AB; }

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

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

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

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

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

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

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

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