Shades of Cavern Pink #DEB3B2
Tints of Cavern Pink #DEB3B2
RGB
CMYK
RGB Variations
Color information
#DEB3B2 (or 0xDEB3B2) is known color: Cavern Pink. HEX triplet: DE, B3 and B2. RGB value is (222,179,178). Sum of RGB (Red+Green+Blue) = 222+179+178=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB3B2 is #214C4D. Grayscale: #BFBFBF. Windows color (decimal): -2182222 or 11711454. OLE color: 11711454.
HSL color Cylindrical-coordinate representation of color #DEB3B2: hue angle of 1.36º degrees, saturation: 0.4, 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 #DEB3B2 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 178 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.13 |
| HSL | 1.36º | 0.4% | 0.78% | - |
| HSV(B) | 1.36º | 0.2% | 0.87% | - |
| XYZ | 54.28 | 50.98 | 49.1 | - |
| YUV | 191.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 178 | 0 | 0.19 | 0.20 | 0.13 | 1.36 | 0.4 | 0.78 |
| Hex | DE | B3 | B2 | 0 | 13 | 14 | D | 1 | 28 | 4E |
| Octal | 336 | 263 | 262 | 0 | 23 | 24 | 15 | 1 | 50 | 116 |
| Binary | 11011110 | 10110011 | 10110010 | 0 | 10011 | 10100 | 1101 | 1 | 101000 | 1001110 |
Color Harmonies of #DEB3B2
Complementary color
Monochromatic Colors of #DEB3B2
Black with #DEB3B2
Text Example
Text Example
White with #DEB3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3B2; }
p { color: rgb(222,179,178); }
H1.HeaderClassName
{
color: #DEB3B2;
}
.AnyTagClassName
{
color: #DEB3B2;
}
</style>
background-color css
<style>
a { background-color: #DEB3B2; }
a { background-color: rgb(222,179,178); }
div.DivClassName
{
background-color: #DEB3B2;
}
.BgClassName
{
background-color: #DEB3B2;
}
</style>
border-color css
<style>
span { border-color: #DEB3B2; }
span { border-color: rgb(222,179,178); }
td.TdClassName
{
border-color: #DEB3B2;
}
.TagClassName
{
border-color: #DEB3B2;
}
</style>