Shades of Cavern Pink #DABBB6
Tints of Cavern Pink #DABBB6
RGB
CMYK
RGB Variations
Color information
#DABBB6 (or 0xDABBB6) is known color: Cavern Pink. HEX triplet: DA, BB and B6. RGB value is (218,187,182). Sum of RGB (Red+Green+Blue) = 218+187+182=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB6 is #254449. Grayscale: #C3C3C3. Windows color (decimal): -2442314 or 11975642. OLE color: 11975642.
HSL color Cylindrical-coordinate representation of color #DABBB6: hue angle of 8.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABBB6 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 182 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.15 |
| HSL | 8.33º | 0.33% | 0.78% | - |
| HSV(B) | 8.33º | 0.17% | 0.85% | - |
| XYZ | 55.13 | 53.82 | 51.74 | - |
| YUV | 195.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 182 | 0 | 0.14 | 0.17 | 0.15 | 8.33 | 0.33 | 0.78 |
| Hex | DA | BB | B6 | 0 | E | 11 | F | 8 | 21 | 4E |
| Octal | 332 | 273 | 266 | 0 | 16 | 21 | 17 | 10 | 41 | 116 |
| Binary | 11011010 | 10111011 | 10110110 | 0 | 1110 | 10001 | 1111 | 1000 | 100001 | 1001110 |
Color Harmonies of #DABBB6
Complementary color
Monochromatic Colors of #DABBB6
Black with #DABBB6
Text Example
Text Example
White with #DABBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBB6; }
p { color: rgb(218,187,182); }
H1.HeaderClassName
{
color: #DABBB6;
}
.AnyTagClassName
{
color: #DABBB6;
}
</style>
background-color css
<style>
a { background-color: #DABBB6; }
a { background-color: rgb(218,187,182); }
div.DivClassName
{
background-color: #DABBB6;
}
.BgClassName
{
background-color: #DABBB6;
}
</style>
border-color css
<style>
span { border-color: #DABBB6; }
span { border-color: rgb(218,187,182); }
td.TdClassName
{
border-color: #DABBB6;
}
.TagClassName
{
border-color: #DABBB6;
}
</style>