Shades of Cavern Pink #DAC1BC
Tints of Cavern Pink #DAC1BC
RGB
CMYK
RGB Variations
Color information
#DAC1BC (or 0xDAC1BC) is known color: Cavern Pink. HEX triplet: DA, C1 and BC. RGB value is (218,193,188). Sum of RGB (Red+Green+Blue) = 218+193+188=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1BC is #253E43. Grayscale: #C7C7C7. Windows color (decimal): -2440772 or 12370394. OLE color: 12370394.
HSL color Cylindrical-coordinate representation of color #DAC1BC: hue angle of 10º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC1BC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 188 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.15 |
| HSL | 10º | 0.29% | 0.8% | - |
| HSV(B) | 10º | 0.14% | 0.85% | - |
| XYZ | 57.06 | 56.68 | 55.51 | - |
| YUV | 199.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 188 | 0 | 0.11 | 0.14 | 0.15 | 10 | 0.29 | 0.8 |
| Hex | DA | C1 | BC | 0 | B | E | F | A | 1D | 50 |
| Octal | 332 | 301 | 274 | 0 | 13 | 16 | 17 | 12 | 35 | 120 |
| Binary | 11011010 | 11000001 | 10111100 | 0 | 1011 | 1110 | 1111 | 1010 | 11101 | 1010000 |
Color Harmonies of #DAC1BC
Complementary color
Monochromatic Colors of #DAC1BC
Black with #DAC1BC
Text Example
Text Example
White with #DAC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1BC; }
p { color: rgb(218,193,188); }
H1.HeaderClassName
{
color: #DAC1BC;
}
.AnyTagClassName
{
color: #DAC1BC;
}
</style>
background-color css
<style>
a { background-color: #DAC1BC; }
a { background-color: rgb(218,193,188); }
div.DivClassName
{
background-color: #DAC1BC;
}
.BgClassName
{
background-color: #DAC1BC;
}
</style>
border-color css
<style>
span { border-color: #DAC1BC; }
span { border-color: rgb(218,193,188); }
td.TdClassName
{
border-color: #DAC1BC;
}
.TagClassName
{
border-color: #DAC1BC;
}
</style>