Shades of Cavern Pink #DAB7B4
Tints of Cavern Pink #DAB7B4
RGB
CMYK
RGB Variations
Color information
#DAB7B4 (or 0xDAB7B4) is known color: Cavern Pink. HEX triplet: DA, B7 and B4. RGB value is (218,183,180). Sum of RGB (Red+Green+Blue) = 218+183+180=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7B4 is #25484B. Grayscale: #C1C1C1. Windows color (decimal): -2443340 or 11843546. OLE color: 11843546.
HSL color Cylindrical-coordinate representation of color #DAB7B4: hue angle of 4.74º degrees, saturation: 0.34, 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 #DAB7B4 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 180 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.15 |
| HSL | 4.74º | 0.34% | 0.78% | - |
| HSV(B) | 4.74º | 0.17% | 0.85% | - |
| XYZ | 54.09 | 52.07 | 50.38 | - |
| YUV | 193.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 180 | 0 | 0.16 | 0.17 | 0.15 | 4.74 | 0.34 | 0.78 |
| Hex | DA | B7 | B4 | 0 | 10 | 11 | F | 5 | 22 | 4E |
| Octal | 332 | 267 | 264 | 0 | 20 | 21 | 17 | 5 | 42 | 116 |
| Binary | 11011010 | 10110111 | 10110100 | 0 | 10000 | 10001 | 1111 | 101 | 100010 | 1001110 |
Color Harmonies of #DAB7B4
Complementary color
Monochromatic Colors of #DAB7B4
Black with #DAB7B4
Text Example
Text Example
White with #DAB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7B4; }
p { color: rgb(218,183,180); }
H1.HeaderClassName
{
color: #DAB7B4;
}
.AnyTagClassName
{
color: #DAB7B4;
}
</style>
background-color css
<style>
a { background-color: #DAB7B4; }
a { background-color: rgb(218,183,180); }
div.DivClassName
{
background-color: #DAB7B4;
}
.BgClassName
{
background-color: #DAB7B4;
}
</style>
border-color css
<style>
span { border-color: #DAB7B4; }
span { border-color: rgb(218,183,180); }
td.TdClassName
{
border-color: #DAB7B4;
}
.TagClassName
{
border-color: #DAB7B4;
}
</style>