#DEB3AA

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

Shades of Cavern Pink #DEB3AA

Tints of Cavern Pink #DEB3AA

Color information

#DEB3AA (or 0xDEB3AA) is unknown color: approx Cavern Pink. HEX triplet: DE, B3 and AA. RGB value is (222,179,170). Sum of RGB (Red+Green+Blue) = 222+179+170=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB3AA is #214C55. Grayscale: #BEBEBE. Windows color (decimal): -2182230 or 11187166. OLE color: 11187166.

HSL color Cylindrical-coordinate representation of color #DEB3AA: hue angle of 10.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB3AA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222179170-
CMYK00.190.230.13
HSL10.38º44.07%76.86%-
HSV(B)10.38º23.42%87.06%-
XYZ53.550.6744.99-
YUV190.83116.25150.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=38.88%
G=31.35%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217917000.190.230.1310.3844.0776.86
HexDEB3AA01317Da2c4d
Octal33626325202327151254115
Binary11011110101100111010101001001110111110110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3AA; }

 p { color: rgb(222,179,170); }

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

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

 a { background-color: rgb(222,179,170); }

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

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

 span { border-color: rgb(222,179,170); }

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