#DEB0AD

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

Shades of Cavern Pink #DEB0AD

Tints of Cavern Pink #DEB0AD

Color information

#DEB0AD (or 0xDEB0AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B0 and AD. RGB value is (222,176,173). Sum of RGB (Red+Green+Blue) = 222+176+173=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0AD is #214F52. Grayscale: #BDBDBD. Windows color (decimal): -2182995 or 11383006. OLE color: 11383006.

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

Color convert

RGB222176173-
CMYK00.210.220.13
HSL3.67º42.61%77.45%-
HSV(B)3.67º22.07%87.06%-
XYZ53.1949.646.3-
YUV189.41118.74151.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=38.88%
G=30.82%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217617300.210.220.133.6742.6177.45
HexDEB0AD01516D42b4d
Octal3362602550252615453115
Binary1101111010110000101011010101011011011011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0AD; }

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

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

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

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

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

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

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

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