#DEB6AD

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

Shades of Cavern Pink #DEB6AD

Tints of Cavern Pink #DEB6AD

Color information

#DEB6AD (or 0xDEB6AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B6 and AD. RGB value is (222,182,173). Sum of RGB (Red+Green+Blue) = 222+182+173=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB6AD is #214952. Grayscale: #C1C1C1. Windows color (decimal): -2181459 or 11384542. OLE color: 11384542.

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

Color convert

RGB222182173-
CMYK00.180.220.13
HSL11.02º42.61%77.45%-
HSV(B)11.02º22.07%87.06%-
XYZ54.395246.71-
YUV192.93116.75148.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=38.47%
G=31.54%
B=29.98%

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
Decimal22218217300.180.220.1311.0242.6177.45
HexDEB6AD01216Db2b4d
Octal33626625502226151353115
Binary11011110101101101010110101001010110110110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6AD; }

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

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

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

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

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

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

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

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