Shades of Cavern Pink #DAB9B5
Tints of Cavern Pink #DAB9B5
RGB
CMYK
RGB Variations
Color information
#DAB9B5 (or 0xDAB9B5) is known color: Cavern Pink. HEX triplet: DA, B9 and B5. RGB value is (218,185,181). Sum of RGB (Red+Green+Blue) = 218+185+181=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9B5 is #25464A. Grayscale: #C2C2C2. Windows color (decimal): -2442827 or 11909594. OLE color: 11909594.
HSL color Cylindrical-coordinate representation of color #DAB9B5: hue angle of 6.49º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB9B5 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 181 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.15 |
| HSL | 6.49º | 0.33% | 0.78% | - |
| HSV(B) | 6.49º | 0.17% | 0.85% | - |
| XYZ | 54.6 | 52.94 | 51.06 | - |
| YUV | 194.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 181 | 0 | 0.15 | 0.17 | 0.15 | 6.49 | 0.33 | 0.78 |
| Hex | DA | B9 | B5 | 0 | F | 11 | F | 6 | 21 | 4E |
| Octal | 332 | 271 | 265 | 0 | 17 | 21 | 17 | 6 | 41 | 116 |
| Binary | 11011010 | 10111001 | 10110101 | 0 | 1111 | 10001 | 1111 | 110 | 100001 | 1001110 |
Color Harmonies of #DAB9B5
Complementary color
Monochromatic Colors of #DAB9B5
Black with #DAB9B5
Text Example
Text Example
White with #DAB9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9B5; }
p { color: rgb(218,185,181); }
H1.HeaderClassName
{
color: #DAB9B5;
}
.AnyTagClassName
{
color: #DAB9B5;
}
</style>
background-color css
<style>
a { background-color: #DAB9B5; }
a { background-color: rgb(218,185,181); }
div.DivClassName
{
background-color: #DAB9B5;
}
.BgClassName
{
background-color: #DAB9B5;
}
</style>
border-color css
<style>
span { border-color: #DAB9B5; }
span { border-color: rgb(218,185,181); }
td.TdClassName
{
border-color: #DAB9B5;
}
.TagClassName
{
border-color: #DAB9B5;
}
</style>