#DEB9AD

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

Shades of Cavern Pink #DEB9AD

Tints of Cavern Pink #DEB9AD

Color information

#DEB9AD (or 0xDEB9AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B9 and AD. RGB value is (222,185,173). Sum of RGB (Red+Green+Blue) = 222+185+173=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AD is #214652. Grayscale: #C2C2C2. Windows color (decimal): -2180691 or 11385310. OLE color: 11385310.

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

Color convert

RGB222185173-
CMYK00.170.220.13
HSL14.69º42.61%77.45%-
HSV(B)14.69º22.07%87.06%-
XYZ55.0253.2446.91-
YUV194.7115.76147.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=38.28%
G=31.90%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218517300.170.220.1314.6942.6177.45
HexDEB9AD01116Df2b4d
Octal33627125502126151753115
Binary11011110101110011010110101000110110110111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9AD; }

 p { color: rgb(222,185,173); }

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

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

 a { background-color: rgb(222,185,173); }

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

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

 span { border-color: rgb(222,185,173); }

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