Shades of Cavern Pink #DAC0BD
Tints of Cavern Pink #DAC0BD
RGB
CMYK
RGB Variations
Color information
#DAC0BD (or 0xDAC0BD) is known color: Cavern Pink. HEX triplet: DA, C0 and BD. RGB value is (218,192,189). Sum of RGB (Red+Green+Blue) = 218+192+189=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0BD is #253F42. Grayscale: #C7C7C7. Windows color (decimal): -2441027 or 12435674. OLE color: 12435674.
HSL color Cylindrical-coordinate representation of color #DAC0BD: hue angle of 6.21º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC0BD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 189 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.15 |
| HSL | 6.21º | 0.28% | 0.8% | - |
| HSV(B) | 6.21º | 0.13% | 0.85% | - |
| XYZ | 56.95 | 56.28 | 56.01 | - |
| YUV | 199.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 189 | 0 | 0.12 | 0.13 | 0.15 | 6.21 | 0.28 | 0.8 |
| Hex | DA | C0 | BD | 0 | C | D | F | 6 | 1C | 50 |
| Octal | 332 | 300 | 275 | 0 | 14 | 15 | 17 | 6 | 34 | 120 |
| Binary | 11011010 | 11000000 | 10111101 | 0 | 1100 | 1101 | 1111 | 110 | 11100 | 1010000 |
Color Harmonies of #DAC0BD
Complementary color
Monochromatic Colors of #DAC0BD
Black with #DAC0BD
Text Example
Text Example
White with #DAC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0BD; }
p { color: rgb(218,192,189); }
H1.HeaderClassName
{
color: #DAC0BD;
}
.AnyTagClassName
{
color: #DAC0BD;
}
</style>
background-color css
<style>
a { background-color: #DAC0BD; }
a { background-color: rgb(218,192,189); }
div.DivClassName
{
background-color: #DAC0BD;
}
.BgClassName
{
background-color: #DAC0BD;
}
</style>
border-color css
<style>
span { border-color: #DAC0BD; }
span { border-color: rgb(218,192,189); }
td.TdClassName
{
border-color: #DAC0BD;
}
.TagClassName
{
border-color: #DAC0BD;
}
</style>