Shades of Cavern Pink #DEBDBB
Tints of Cavern Pink #DEBDBB
RGB
CMYK
RGB Variations
Color information
#DEBDBB (or 0xDEBDBB) is known color: Cavern Pink. HEX triplet: DE, BD and BB. RGB value is (222,189,187). Sum of RGB (Red+Green+Blue) = 222+189+187=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDBB is #214244. Grayscale: #C6C6C6. Windows color (decimal): -2179653 or 12303838. OLE color: 12303838.
HSL color Cylindrical-coordinate representation of color #DEBDBB: hue angle of 3.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBDBB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 187 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.13 |
| HSL | 3.43º | 0.35% | 0.8% | - |
| HSV(B) | 3.43º | 0.16% | 0.87% | - |
| XYZ | 57.29 | 55.51 | 54.71 | - |
| YUV | 198.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 187 | 0 | 0.15 | 0.16 | 0.13 | 3.43 | 0.35 | 0.8 |
| Hex | DE | BD | BB | 0 | F | 10 | D | 3 | 23 | 50 |
| Octal | 336 | 275 | 273 | 0 | 17 | 20 | 15 | 3 | 43 | 120 |
| Binary | 11011110 | 10111101 | 10111011 | 0 | 1111 | 10000 | 1101 | 11 | 100011 | 1010000 |
Color Harmonies of #DEBDBB
Complementary color
Monochromatic Colors of #DEBDBB
Black with #DEBDBB
Text Example
Text Example
White with #DEBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDBB; }
p { color: rgb(222,189,187); }
H1.HeaderClassName
{
color: #DEBDBB;
}
.AnyTagClassName
{
color: #DEBDBB;
}
</style>
background-color css
<style>
a { background-color: #DEBDBB; }
a { background-color: rgb(222,189,187); }
div.DivClassName
{
background-color: #DEBDBB;
}
.BgClassName
{
background-color: #DEBDBB;
}
</style>
border-color css
<style>
span { border-color: #DEBDBB; }
span { border-color: rgb(222,189,187); }
td.TdClassName
{
border-color: #DEBDBB;
}
.TagClassName
{
border-color: #DEBDBB;
}
</style>