Shades of Cavern Pink #DEBBB3
Tints of Cavern Pink #DEBBB3
RGB
CMYK
RGB Variations
Color information
#DEBBB3 (or 0xDEBBB3) is known color: Cavern Pink. HEX triplet: DE, BB and B3. RGB value is (222,187,179). Sum of RGB (Red+Green+Blue) = 222+187+179=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB3 is #21444C. Grayscale: #C4C4C4. Windows color (decimal): -2180173 or 11779038. OLE color: 11779038.
HSL color Cylindrical-coordinate representation of color #DEBBB3: hue angle of 11.16º 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 #DEBBB3 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 179 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.13 |
| HSL | 11.16º | 0.39% | 0.79% | - |
| HSV(B) | 11.16º | 0.19% | 0.87% | - |
| XYZ | 56.03 | 54.32 | 50.18 | - |
| YUV | 196.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 179 | 0 | 0.16 | 0.19 | 0.13 | 11.16 | 0.39 | 0.79 |
| Hex | DE | BB | B3 | 0 | 10 | 13 | D | B | 27 | 4F |
| Octal | 336 | 273 | 263 | 0 | 20 | 23 | 15 | 13 | 47 | 117 |
| Binary | 11011110 | 10111011 | 10110011 | 0 | 10000 | 10011 | 1101 | 1011 | 100111 | 1001111 |
Color Harmonies of #DEBBB3
Complementary color
Monochromatic Colors of #DEBBB3
Black with #DEBBB3
Text Example
Text Example
White with #DEBBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBB3; }
p { color: rgb(222,187,179); }
H1.HeaderClassName
{
color: #DEBBB3;
}
.AnyTagClassName
{
color: #DEBBB3;
}
</style>
background-color css
<style>
a { background-color: #DEBBB3; }
a { background-color: rgb(222,187,179); }
div.DivClassName
{
background-color: #DEBBB3;
}
.BgClassName
{
background-color: #DEBBB3;
}
</style>
border-color css
<style>
span { border-color: #DEBBB3; }
span { border-color: rgb(222,187,179); }
td.TdClassName
{
border-color: #DEBBB3;
}
.TagClassName
{
border-color: #DEBBB3;
}
</style>