Shades of Cavern Pink #DAB9B7
Tints of Cavern Pink #DAB9B7
RGB
CMYK
RGB Variations
Color information
#DAB9B7 (or 0xDAB9B7) is known color: Cavern Pink. HEX triplet: DA, B9 and B7. RGB value is (218,185,183). Sum of RGB (Red+Green+Blue) = 218+185+183=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9B7 is #254648. Grayscale: #C2C2C2. Windows color (decimal): -2442825 or 12040666. OLE color: 12040666.
HSL color Cylindrical-coordinate representation of color #DAB9B7: hue angle of 3.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB9B7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 183 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.15 |
| HSL | 3.43º | 0.32% | 0.79% | - |
| HSV(B) | 3.43º | 0.16% | 0.85% | - |
| XYZ | 54.81 | 53.02 | 52.15 | - |
| YUV | 194.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 183 | 0 | 0.15 | 0.16 | 0.15 | 3.43 | 0.32 | 0.79 |
| Hex | DA | B9 | B7 | 0 | F | 10 | F | 3 | 20 | 4F |
| Octal | 332 | 271 | 267 | 0 | 17 | 20 | 17 | 3 | 40 | 117 |
| Binary | 11011010 | 10111001 | 10110111 | 0 | 1111 | 10000 | 1111 | 11 | 100000 | 1001111 |
Color Harmonies of #DAB9B7
Complementary color
Monochromatic Colors of #DAB9B7
Black with #DAB9B7
Text Example
Text Example
White with #DAB9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9B7; }
p { color: rgb(218,185,183); }
H1.HeaderClassName
{
color: #DAB9B7;
}
.AnyTagClassName
{
color: #DAB9B7;
}
</style>
background-color css
<style>
a { background-color: #DAB9B7; }
a { background-color: rgb(218,185,183); }
div.DivClassName
{
background-color: #DAB9B7;
}
.BgClassName
{
background-color: #DAB9B7;
}
</style>
border-color css
<style>
span { border-color: #DAB9B7; }
span { border-color: rgb(218,185,183); }
td.TdClassName
{
border-color: #DAB9B7;
}
.TagClassName
{
border-color: #DAB9B7;
}
</style>