Shades of Cavern Pink #DEB3AA
Tints of Cavern Pink #DEB3AA
RGB
CMYK
RGB Variations
Color information
#DEB3AA (or 0xDEB3AA) is known color: 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
| RGB | 222 | 179 | 170 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.13 |
| HSL | 10.38º | 0.44% | 0.77% | - |
| HSV(B) | 10.38º | 0.23% | 0.87% | - |
| XYZ | 53.5 | 50.67 | 44.99 | - |
| YUV | 190.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 170 | 0 | 0.19 | 0.23 | 0.13 | 10.38 | 0.44 | 0.77 |
| Hex | DE | B3 | AA | 0 | 13 | 17 | D | A | 2C | 4D |
| Octal | 336 | 263 | 252 | 0 | 23 | 27 | 15 | 12 | 54 | 115 |
| Binary | 11011110 | 10110011 | 10101010 | 0 | 10011 | 10111 | 1101 | 1010 | 101100 | 1001101 |
Color Harmonies of #DEB3AA
Complementary color
Monochromatic Colors of #DEB3AA
Black with #DEB3AA
Text Example
Text Example
White with #DEB3AA
Text Example
Text Example
HTML Codes & Css Web 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>