Shades of Cavern Pink #DAB7AD
Tints of Cavern Pink #DAB7AD
RGB
CMYK
RGB Variations
Color information
#DAB7AD (or 0xDAB7AD) is known color: Cavern Pink. HEX triplet: DA, B7 and AD. RGB value is (218,183,173). Sum of RGB (Red+Green+Blue) = 218+183+173=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7AD is #254852. Grayscale: #C0C0C0. Windows color (decimal): -2443347 or 11384794. OLE color: 11384794.
HSL color Cylindrical-coordinate representation of color #DAB7AD: hue angle of 13.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB7AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 173 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.15 |
| HSL | 13.33º | 0.38% | 0.77% | - |
| HSV(B) | 13.33º | 0.21% | 0.85% | - |
| XYZ | 53.39 | 51.79 | 46.72 | - |
| YUV | 192.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 173 | 0 | 0.16 | 0.21 | 0.15 | 13.33 | 0.38 | 0.77 |
| Hex | DA | B7 | AD | 0 | 10 | 15 | F | D | 26 | 4D |
| Octal | 332 | 267 | 255 | 0 | 20 | 25 | 17 | 15 | 46 | 115 |
| Binary | 11011010 | 10110111 | 10101101 | 0 | 10000 | 10101 | 1111 | 1101 | 100110 | 1001101 |
Color Harmonies of #DAB7AD
Complementary color
Monochromatic Colors of #DAB7AD
Black with #DAB7AD
Text Example
Text Example
White with #DAB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7AD; }
p { color: rgb(218,183,173); }
H1.HeaderClassName
{
color: #DAB7AD;
}
.AnyTagClassName
{
color: #DAB7AD;
}
</style>
background-color css
<style>
a { background-color: #DAB7AD; }
a { background-color: rgb(218,183,173); }
div.DivClassName
{
background-color: #DAB7AD;
}
.BgClassName
{
background-color: #DAB7AD;
}
</style>
border-color css
<style>
span { border-color: #DAB7AD; }
span { border-color: rgb(218,183,173); }
td.TdClassName
{
border-color: #DAB7AD;
}
.TagClassName
{
border-color: #DAB7AD;
}
</style>