#DEB4AD

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

Shades of Cavern Pink #DEB4AD

Tints of Cavern Pink #DEB4AD

Color information

#DEB4AD (or 0xDEB4AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B4 and AD. RGB value is (222,180,173). Sum of RGB (Red+Green+Blue) = 222+180+173=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB4AD is #214B52. Grayscale: #BFBFBF. Windows color (decimal): -2181971 or 11384030. OLE color: 11384030.

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

Color convert

RGB222180173-
CMYK00.190.220.13
HSL8.57º42.61%77.45%-
HSV(B)8.57º22.07%87.06%-
XYZ53.9951.1946.57-
YUV191.76117.41149.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=38.61%
G=31.30%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218017300.190.220.138.5742.6177.45
HexDEB4AD01316D92b4d
Octal33626425502326151153115
Binary11011110101101001010110101001110110110110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4AD; }

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

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

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

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

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

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

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

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