Shades of Cavern Pink #DEB7B7
Tints of Cavern Pink #DEB7B7
RGB
CMYK
RGB Variations
Color information
#DEB7B7 (or 0xDEB7B7) is known color: Cavern Pink. HEX triplet: DE, B7 and B7. RGB value is (222,183,183). Sum of RGB (Red+Green+Blue) = 222+183+183=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB7B7 is #214848. Grayscale: #C2C2C2. Windows color (decimal): -2181193 or 12040158. OLE color: 12040158.
HSL color Cylindrical-coordinate representation of color #DEB7B7: hue angle of 0º degrees, saturation: 0.37, 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 #DEB7B7 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 183 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.13 |
| HSL | 0º | 0.37% | 0.79% | - |
| HSV(B) | 0º | 0.18% | 0.87% | - |
| XYZ | 55.6 | 52.82 | 52.06 | - |
| YUV | 194.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 183 | 0 | 0.18 | 0.18 | 0.13 | 0 | 0.37 | 0.79 |
| Hex | DE | B7 | B7 | 0 | 12 | 12 | D | 0 | 25 | 4F |
| Octal | 336 | 267 | 267 | 0 | 22 | 22 | 15 | 0 | 45 | 117 |
| Binary | 11011110 | 10110111 | 10110111 | 0 | 10010 | 10010 | 1101 | 0 | 100101 | 1001111 |
Color Harmonies of #DEB7B7
Complementary color
Monochromatic Colors of #DEB7B7
Black with #DEB7B7
Text Example
Text Example
White with #DEB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7B7; }
p { color: rgb(222,183,183); }
H1.HeaderClassName
{
color: #DEB7B7;
}
.AnyTagClassName
{
color: #DEB7B7;
}
</style>
background-color css
<style>
a { background-color: #DEB7B7; }
a { background-color: rgb(222,183,183); }
div.DivClassName
{
background-color: #DEB7B7;
}
.BgClassName
{
background-color: #DEB7B7;
}
</style>
border-color css
<style>
span { border-color: #DEB7B7; }
span { border-color: rgb(222,183,183); }
td.TdClassName
{
border-color: #DEB7B7;
}
.TagClassName
{
border-color: #DEB7B7;
}
</style>