Shades of Cavern Pink #DEB1AD
Tints of Cavern Pink #DEB1AD
RGB
CMYK
RGB Variations
Color information
#DEB1AD (or 0xDEB1AD) is known color: Cavern Pink. HEX triplet: DE, B1 and AD. RGB value is (222,177,173). Sum of RGB (Red+Green+Blue) = 222+177+173=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB1AD is #214E52. Grayscale: #BEBEBE. Windows color (decimal): -2182739 or 11383262. OLE color: 11383262.
HSL color Cylindrical-coordinate representation of color #DEB1AD: hue angle of 4.9º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB1AD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 173 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.13 |
| HSL | 4.9º | 0.43% | 0.77% | - |
| HSV(B) | 4.9º | 0.22% | 0.87% | - |
| XYZ | 53.39 | 49.99 | 46.37 | - |
| YUV | 190 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 173 | 0 | 0.20 | 0.22 | 0.13 | 4.9 | 0.43 | 0.77 |
| Hex | DE | B1 | AD | 0 | 14 | 16 | D | 5 | 2B | 4D |
| Octal | 336 | 261 | 255 | 0 | 24 | 26 | 15 | 5 | 53 | 115 |
| Binary | 11011110 | 10110001 | 10101101 | 0 | 10100 | 10110 | 1101 | 101 | 101011 | 1001101 |
Color Harmonies of #DEB1AD
Complementary color
Monochromatic Colors of #DEB1AD
Black with #DEB1AD
Text Example
Text Example
White with #DEB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1AD; }
p { color: rgb(222,177,173); }
H1.HeaderClassName
{
color: #DEB1AD;
}
.AnyTagClassName
{
color: #DEB1AD;
}
</style>
background-color css
<style>
a { background-color: #DEB1AD; }
a { background-color: rgb(222,177,173); }
div.DivClassName
{
background-color: #DEB1AD;
}
.BgClassName
{
background-color: #DEB1AD;
}
</style>
border-color css
<style>
span { border-color: #DEB1AD; }
span { border-color: rgb(222,177,173); }
td.TdClassName
{
border-color: #DEB1AD;
}
.TagClassName
{
border-color: #DEB1AD;
}
</style>