Shades of Cavern Pink #DEBBB1
Tints of Cavern Pink #DEBBB1
RGB
CMYK
RGB Variations
Color information
#DEBBB1 (or 0xDEBBB1) is known color: Cavern Pink. HEX triplet: DE, BB and B1. RGB value is (222,187,177). Sum of RGB (Red+Green+Blue) = 222+187+177=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBB1 is #21444E. Grayscale: #C4C4C4. Windows color (decimal): -2180175 or 11647966. OLE color: 11647966.
HSL color Cylindrical-coordinate representation of color #DEBBB1: hue angle of 13.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBBB1 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 177 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.13 |
| HSL | 13.33º | 0.41% | 0.78% | - |
| HSV(B) | 13.33º | 0.2% | 0.87% | - |
| XYZ | 55.83 | 54.24 | 49.12 | - |
| YUV | 196.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 177 | 0 | 0.16 | 0.20 | 0.13 | 13.33 | 0.41 | 0.78 |
| Hex | DE | BB | B1 | 0 | 10 | 14 | D | D | 29 | 4E |
| Octal | 336 | 273 | 261 | 0 | 20 | 24 | 15 | 15 | 51 | 116 |
| Binary | 11011110 | 10111011 | 10110001 | 0 | 10000 | 10100 | 1101 | 1101 | 101001 | 1001110 |
Color Harmonies of #DEBBB1
Complementary color
Monochromatic Colors of #DEBBB1
Black with #DEBBB1
Text Example
Text Example
White with #DEBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBB1; }
p { color: rgb(222,187,177); }
H1.HeaderClassName
{
color: #DEBBB1;
}
.AnyTagClassName
{
color: #DEBBB1;
}
</style>
background-color css
<style>
a { background-color: #DEBBB1; }
a { background-color: rgb(222,187,177); }
div.DivClassName
{
background-color: #DEBBB1;
}
.BgClassName
{
background-color: #DEBBB1;
}
</style>
border-color css
<style>
span { border-color: #DEBBB1; }
span { border-color: rgb(222,187,177); }
td.TdClassName
{
border-color: #DEBBB1;
}
.TagClassName
{
border-color: #DEBBB1;
}
</style>