#DEB5AD

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

Shades of Cavern Pink #DEB5AD

Tints of Cavern Pink #DEB5AD

Color information

#DEB5AD (or 0xDEB5AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B5 and AD. RGB value is (222,181,173). Sum of RGB (Red+Green+Blue) = 222+181+173=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AD is #214A52. Grayscale: #C0C0C0. Windows color (decimal): -2181715 or 11384286. OLE color: 11384286.

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

Color convert

RGB222181173-
CMYK00.180.220.13
HSL9.8º42.61%77.45%-
HSV(B)9.8º22.07%87.06%-
XYZ54.1951.5946.64-
YUV192.35117.08149.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 181 (71.09% from 255) = 31.42%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=38.54%
G=31.42%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218117300.180.220.139.842.6177.45
HexDEB5AD01216Da2b4d
Octal33626525502226151253115
Binary11011110101101011010110101001010110110110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5AD; }

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

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

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

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

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

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

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

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