Shades of Cavern Pink #DAC0BB
Tints of Cavern Pink #DAC0BB
RGB
CMYK
RGB Variations
Color information
#DAC0BB (or 0xDAC0BB) is known color: Cavern Pink. HEX triplet: DA, C0 and BB. RGB value is (218,192,187). Sum of RGB (Red+Green+Blue) = 218+192+187=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0BB is #253F44. Grayscale: #C7C7C7. Windows color (decimal): -2441029 or 12304602. OLE color: 12304602.
HSL color Cylindrical-coordinate representation of color #DAC0BB: hue angle of 9.68º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC0BB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 187 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.15 |
| HSL | 9.68º | 0.3% | 0.79% | - |
| HSV(B) | 9.68º | 0.14% | 0.85% | - |
| XYZ | 56.73 | 56.19 | 54.87 | - |
| YUV | 199.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 187 | 0 | 0.12 | 0.14 | 0.15 | 9.68 | 0.3 | 0.79 |
| Hex | DA | C0 | BB | 0 | C | E | F | A | 1E | 4F |
| Octal | 332 | 300 | 273 | 0 | 14 | 16 | 17 | 12 | 36 | 117 |
| Binary | 11011010 | 11000000 | 10111011 | 0 | 1100 | 1110 | 1111 | 1010 | 11110 | 1001111 |
Color Harmonies of #DAC0BB
Complementary color
Monochromatic Colors of #DAC0BB
Black with #DAC0BB
Text Example
Text Example
White with #DAC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0BB; }
p { color: rgb(218,192,187); }
H1.HeaderClassName
{
color: #DAC0BB;
}
.AnyTagClassName
{
color: #DAC0BB;
}
</style>
background-color css
<style>
a { background-color: #DAC0BB; }
a { background-color: rgb(218,192,187); }
div.DivClassName
{
background-color: #DAC0BB;
}
.BgClassName
{
background-color: #DAC0BB;
}
</style>
border-color css
<style>
span { border-color: #DAC0BB; }
span { border-color: rgb(218,192,187); }
td.TdClassName
{
border-color: #DAC0BB;
}
.TagClassName
{
border-color: #DAC0BB;
}
</style>