Shades of Cavern Pink #DEB8AE
Tints of Cavern Pink #DEB8AE
RGB
CMYK
RGB Variations
Color information
#DEB8AE (or 0xDEB8AE) is known color: Cavern Pink. HEX triplet: DE, B8 and AE. RGB value is (222,184,174). Sum of RGB (Red+Green+Blue) = 222+184+174=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB8AE is #214751. Grayscale: #C2C2C2. Windows color (decimal): -2180946 or 11450590. OLE color: 11450590.
HSL color Cylindrical-coordinate representation of color #DEB8AE: hue angle of 12.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB8AE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 174 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.13 |
| HSL | 12.5º | 0.42% | 0.78% | - |
| HSV(B) | 12.5º | 0.22% | 0.87% | - |
| XYZ | 54.9 | 52.87 | 47.35 | - |
| YUV | 194.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 174 | 0 | 0.17 | 0.22 | 0.13 | 12.5 | 0.42 | 0.78 |
| Hex | DE | B8 | AE | 0 | 11 | 16 | D | C | 2A | 4E |
| Octal | 336 | 270 | 256 | 0 | 21 | 26 | 15 | 14 | 52 | 116 |
| Binary | 11011110 | 10111000 | 10101110 | 0 | 10001 | 10110 | 1101 | 1100 | 101010 | 1001110 |
Color Harmonies of #DEB8AE
Complementary color
Monochromatic Colors of #DEB8AE
Black with #DEB8AE
Text Example
Text Example
White with #DEB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8AE; }
p { color: rgb(222,184,174); }
H1.HeaderClassName
{
color: #DEB8AE;
}
.AnyTagClassName
{
color: #DEB8AE;
}
</style>
background-color css
<style>
a { background-color: #DEB8AE; }
a { background-color: rgb(222,184,174); }
div.DivClassName
{
background-color: #DEB8AE;
}
.BgClassName
{
background-color: #DEB8AE;
}
</style>
border-color css
<style>
span { border-color: #DEB8AE; }
span { border-color: rgb(222,184,174); }
td.TdClassName
{
border-color: #DEB8AE;
}
.TagClassName
{
border-color: #DEB8AE;
}
</style>