Shades of Cavern Pink #DEBBB4
Tints of Cavern Pink #DEBBB4
RGB
CMYK
RGB Variations
Color information
#DEBBB4 (or 0xDEBBB4) is known color: Cavern Pink. HEX triplet: DE, BB and B4. RGB value is (222,187,180). Sum of RGB (Red+Green+Blue) = 222+187+180=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB4 is #21444B. Grayscale: #C4C4C4. Windows color (decimal): -2180172 or 11844574. OLE color: 11844574.
HSL color Cylindrical-coordinate representation of color #DEBBB4: hue angle of 10º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBBB4 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 180 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.13 |
| HSL | 10º | 0.39% | 0.79% | - |
| HSV(B) | 10º | 0.19% | 0.87% | - |
| XYZ | 56.13 | 54.37 | 50.72 | - |
| YUV | 196.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 180 | 0 | 0.16 | 0.19 | 0.13 | 10 | 0.39 | 0.79 |
| Hex | DE | BB | B4 | 0 | 10 | 13 | D | A | 27 | 4F |
| Octal | 336 | 273 | 264 | 0 | 20 | 23 | 15 | 12 | 47 | 117 |
| Binary | 11011110 | 10111011 | 10110100 | 0 | 10000 | 10011 | 1101 | 1010 | 100111 | 1001111 |
Color Harmonies of #DEBBB4
Complementary color
Monochromatic Colors of #DEBBB4
Black with #DEBBB4
Text Example
Text Example
White with #DEBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBB4; }
p { color: rgb(222,187,180); }
H1.HeaderClassName
{
color: #DEBBB4;
}
.AnyTagClassName
{
color: #DEBBB4;
}
</style>
background-color css
<style>
a { background-color: #DEBBB4; }
a { background-color: rgb(222,187,180); }
div.DivClassName
{
background-color: #DEBBB4;
}
.BgClassName
{
background-color: #DEBBB4;
}
</style>
border-color css
<style>
span { border-color: #DEBBB4; }
span { border-color: rgb(222,187,180); }
td.TdClassName
{
border-color: #DEBBB4;
}
.TagClassName
{
border-color: #DEBBB4;
}
</style>