Shades of Cavern Pink #DEB1AB
Tints of Cavern Pink #DEB1AB
RGB
CMYK
RGB Variations
Color information
#DEB1AB (or 0xDEB1AB) is known color: Cavern Pink. HEX triplet: DE, B1 and AB. RGB value is (222,177,171). Sum of RGB (Red+Green+Blue) = 222+177+171=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB1AB is #214E54. Grayscale: #BDBDBD. Windows color (decimal): -2182741 or 11252190. OLE color: 11252190.
HSL color Cylindrical-coordinate representation of color #DEB1AB: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB1AB is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 171 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.13 |
| HSL | 7.06º | 0.44% | 0.77% | - |
| HSV(B) | 7.06º | 0.23% | 0.87% | - |
| XYZ | 53.2 | 49.91 | 45.36 | - |
| YUV | 189.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 171 | 0 | 0.20 | 0.23 | 0.13 | 7.06 | 0.44 | 0.77 |
| Hex | DE | B1 | AB | 0 | 14 | 17 | D | 7 | 2C | 4D |
| Octal | 336 | 261 | 253 | 0 | 24 | 27 | 15 | 7 | 54 | 115 |
| Binary | 11011110 | 10110001 | 10101011 | 0 | 10100 | 10111 | 1101 | 111 | 101100 | 1001101 |
Color Harmonies of #DEB1AB
Complementary color
Monochromatic Colors of #DEB1AB
Black with #DEB1AB
Text Example
Text Example
White with #DEB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1AB; }
p { color: rgb(222,177,171); }
H1.HeaderClassName
{
color: #DEB1AB;
}
.AnyTagClassName
{
color: #DEB1AB;
}
</style>
background-color css
<style>
a { background-color: #DEB1AB; }
a { background-color: rgb(222,177,171); }
div.DivClassName
{
background-color: #DEB1AB;
}
.BgClassName
{
background-color: #DEB1AB;
}
</style>
border-color css
<style>
span { border-color: #DEB1AB; }
span { border-color: rgb(222,177,171); }
td.TdClassName
{
border-color: #DEB1AB;
}
.TagClassName
{
border-color: #DEB1AB;
}
</style>