#DEB8AD

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

Shades of Cavern Pink #DEB8AD

Tints of Cavern Pink #DEB8AD

Color information

#DEB8AD (or 0xDEB8AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B8 and AD. RGB value is (222,184,173). Sum of RGB (Red+Green+Blue) = 222+184+173=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB8AD is #214752. Grayscale: #C2C2C2. Windows color (decimal): -2180947 or 11385054. OLE color: 11385054.

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

Color convert

RGB222184173-
CMYK00.170.220.13
HSL13.47º42.61%77.45%-
HSV(B)13.47º22.07%87.06%-
XYZ54.8152.8346.84-
YUV194.11116.09147.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=38.34%
G=31.78%
B=29.88%

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
Decimal22218417300.170.220.1313.4742.6177.45
HexDEB8AD01116Dd2b4d
Octal33627025502126151553115
Binary11011110101110001010110101000110110110111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB8AD; }

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

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

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

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

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

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

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

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