Shades of Cavern Pink #DEBBAF
Tints of Cavern Pink #DEBBAF
RGB
CMYK
RGB Variations
Color information
#DEBBAF (or 0xDEBBAF) is known color: Cavern Pink. HEX triplet: DE, BB and AF. RGB value is (222,187,175). Sum of RGB (Red+Green+Blue) = 222+187+175=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBAF is #214450. Grayscale: #C4C4C4. Windows color (decimal): -2180177 or 11516894. OLE color: 11516894.
HSL color Cylindrical-coordinate representation of color #DEBBAF: hue angle of 15.32º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBBAF is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 175 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.13 |
| HSL | 15.32º | 0.42% | 0.78% | - |
| HSV(B) | 15.32º | 0.21% | 0.87% | - |
| XYZ | 55.63 | 54.17 | 48.08 | - |
| YUV | 196.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 175 | 0 | 0.16 | 0.21 | 0.13 | 15.32 | 0.42 | 0.78 |
| Hex | DE | BB | AF | 0 | 10 | 15 | D | F | 2A | 4E |
| Octal | 336 | 273 | 257 | 0 | 20 | 25 | 15 | 17 | 52 | 116 |
| Binary | 11011110 | 10111011 | 10101111 | 0 | 10000 | 10101 | 1101 | 1111 | 101010 | 1001110 |
Color Harmonies of #DEBBAF
Complementary color
Monochromatic Colors of #DEBBAF
Black with #DEBBAF
Text Example
Text Example
White with #DEBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBAF; }
p { color: rgb(222,187,175); }
H1.HeaderClassName
{
color: #DEBBAF;
}
.AnyTagClassName
{
color: #DEBBAF;
}
</style>
background-color css
<style>
a { background-color: #DEBBAF; }
a { background-color: rgb(222,187,175); }
div.DivClassName
{
background-color: #DEBBAF;
}
.BgClassName
{
background-color: #DEBBAF;
}
</style>
border-color css
<style>
span { border-color: #DEBBAF; }
span { border-color: rgb(222,187,175); }
td.TdClassName
{
border-color: #DEBBAF;
}
.TagClassName
{
border-color: #DEBBAF;
}
</style>