Shades of Cavern Pink #DEBFB6
Tints of Cavern Pink #DEBFB6
RGB
CMYK
RGB Variations
Color information
#DEBFB6 (or 0xDEBFB6) is known color: Cavern Pink. HEX triplet: DE, BF and B6. RGB value is (222,191,182). Sum of RGB (Red+Green+Blue) = 222+191+182=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFB6 is #214049. Grayscale: #C7C7C7. Windows color (decimal): -2179146 or 11976670. OLE color: 11976670.
HSL color Cylindrical-coordinate representation of color #DEBFB6: hue angle of 13.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBFB6 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 182 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.13 |
| HSL | 13.5º | 0.38% | 0.79% | - |
| HSV(B) | 13.5º | 0.18% | 0.87% | - |
| XYZ | 57.2 | 56.17 | 52.08 | - |
| YUV | 199.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 182 | 0 | 0.14 | 0.18 | 0.13 | 13.5 | 0.38 | 0.79 |
| Hex | DE | BF | B6 | 0 | E | 12 | D | E | 26 | 4F |
| Octal | 336 | 277 | 266 | 0 | 16 | 22 | 15 | 16 | 46 | 117 |
| Binary | 11011110 | 10111111 | 10110110 | 0 | 1110 | 10010 | 1101 | 1110 | 100110 | 1001111 |
Color Harmonies of #DEBFB6
Complementary color
Monochromatic Colors of #DEBFB6
Black with #DEBFB6
Text Example
Text Example
White with #DEBFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFB6; }
p { color: rgb(222,191,182); }
H1.HeaderClassName
{
color: #DEBFB6;
}
.AnyTagClassName
{
color: #DEBFB6;
}
</style>
background-color css
<style>
a { background-color: #DEBFB6; }
a { background-color: rgb(222,191,182); }
div.DivClassName
{
background-color: #DEBFB6;
}
.BgClassName
{
background-color: #DEBFB6;
}
</style>
border-color css
<style>
span { border-color: #DEBFB6; }
span { border-color: rgb(222,191,182); }
td.TdClassName
{
border-color: #DEBFB6;
}
.TagClassName
{
border-color: #DEBFB6;
}
</style>