Shades of Cavern Pink #DAC1BB
Tints of Cavern Pink #DAC1BB
RGB
CMYK
RGB Variations
Color information
#DAC1BB (or 0xDAC1BB) is known color: Cavern Pink. HEX triplet: DA, C1 and BB. RGB value is (218,193,187). Sum of RGB (Red+Green+Blue) = 218+193+187=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1BB is #253E44. Grayscale: #C7C7C7. Windows color (decimal): -2440773 or 12304858. OLE color: 12304858.
HSL color Cylindrical-coordinate representation of color #DAC1BB: hue angle of 11.61º 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 #DAC1BB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 187 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.15 |
| HSL | 11.61º | 0.3% | 0.79% | - |
| HSV(B) | 11.61º | 0.14% | 0.85% | - |
| XYZ | 56.95 | 56.63 | 54.94 | - |
| YUV | 199.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 187 | 0 | 0.11 | 0.14 | 0.15 | 11.61 | 0.3 | 0.79 |
| Hex | DA | C1 | BB | 0 | B | E | F | C | 1E | 4F |
| Octal | 332 | 301 | 273 | 0 | 13 | 16 | 17 | 14 | 36 | 117 |
| Binary | 11011010 | 11000001 | 10111011 | 0 | 1011 | 1110 | 1111 | 1100 | 11110 | 1001111 |
Color Harmonies of #DAC1BB
Complementary color
Monochromatic Colors of #DAC1BB
Black with #DAC1BB
Text Example
Text Example
White with #DAC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1BB; }
p { color: rgb(218,193,187); }
H1.HeaderClassName
{
color: #DAC1BB;
}
.AnyTagClassName
{
color: #DAC1BB;
}
</style>
background-color css
<style>
a { background-color: #DAC1BB; }
a { background-color: rgb(218,193,187); }
div.DivClassName
{
background-color: #DAC1BB;
}
.BgClassName
{
background-color: #DAC1BB;
}
</style>
border-color css
<style>
span { border-color: #DAC1BB; }
span { border-color: rgb(218,193,187); }
td.TdClassName
{
border-color: #DAC1BB;
}
.TagClassName
{
border-color: #DAC1BB;
}
</style>