Shades of Cavern Pink #DEB7AD
Tints of Cavern Pink #DEB7AD
RGB
CMYK
RGB Variations
Color information
#DEB7AD (or 0xDEB7AD) is known color: Cavern Pink. HEX triplet: DE, B7 and AD. RGB value is (222,183,173). Sum of RGB (Red+Green+Blue) = 222+183+173=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB7AD is #214852. Grayscale: #C1C1C1. Windows color (decimal): -2181203 or 11384798. OLE color: 11384798.
HSL color Cylindrical-coordinate representation of color #DEB7AD: hue angle of 12.24º 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 #DEB7AD is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 173 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.13 |
| HSL | 12.24º | 0.43% | 0.77% | - |
| HSV(B) | 12.24º | 0.22% | 0.87% | - |
| XYZ | 54.6 | 52.41 | 46.77 | - |
| YUV | 193.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 173 | 0 | 0.18 | 0.22 | 0.13 | 12.24 | 0.43 | 0.77 |
| Hex | DE | B7 | AD | 0 | 12 | 16 | D | C | 2B | 4D |
| Octal | 336 | 267 | 255 | 0 | 22 | 26 | 15 | 14 | 53 | 115 |
| Binary | 11011110 | 10110111 | 10101101 | 0 | 10010 | 10110 | 1101 | 1100 | 101011 | 1001101 |
Color Harmonies of #DEB7AD
Complementary color
Monochromatic Colors of #DEB7AD
Black with #DEB7AD
Text Example
Text Example
White with #DEB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7AD; }
p { color: rgb(222,183,173); }
H1.HeaderClassName
{
color: #DEB7AD;
}
.AnyTagClassName
{
color: #DEB7AD;
}
</style>
background-color css
<style>
a { background-color: #DEB7AD; }
a { background-color: rgb(222,183,173); }
div.DivClassName
{
background-color: #DEB7AD;
}
.BgClassName
{
background-color: #DEB7AD;
}
</style>
border-color css
<style>
span { border-color: #DEB7AD; }
span { border-color: rgb(222,183,173); }
td.TdClassName
{
border-color: #DEB7AD;
}
.TagClassName
{
border-color: #DEB7AD;
}
</style>