Shades of Cavern Pink #DABDB6
Tints of Cavern Pink #DABDB6
RGB
CMYK
RGB Variations
Color information
#DABDB6 (or 0xDABDB6) is known color: Cavern Pink. HEX triplet: DA, BD and B6. RGB value is (218,189,182). Sum of RGB (Red+Green+Blue) = 218+189+182=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB6 is #254249. Grayscale: #C4C4C4. Windows color (decimal): -2441802 or 11976154. OLE color: 11976154.
HSL color Cylindrical-coordinate representation of color #DABDB6: hue angle of 11.67º 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 #DABDB6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 182 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.15 |
| HSL | 11.67º | 0.33% | 0.78% | - |
| HSV(B) | 11.67º | 0.17% | 0.85% | - |
| XYZ | 55.55 | 54.68 | 51.88 | - |
| YUV | 196.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 182 | 0 | 0.13 | 0.17 | 0.15 | 11.67 | 0.33 | 0.78 |
| Hex | DA | BD | B6 | 0 | D | 11 | F | C | 21 | 4E |
| Octal | 332 | 275 | 266 | 0 | 15 | 21 | 17 | 14 | 41 | 116 |
| Binary | 11011010 | 10111101 | 10110110 | 0 | 1101 | 10001 | 1111 | 1100 | 100001 | 1001110 |
Color Harmonies of #DABDB6
Complementary color
Monochromatic Colors of #DABDB6
Black with #DABDB6
Text Example
Text Example
White with #DABDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDB6; }
p { color: rgb(218,189,182); }
H1.HeaderClassName
{
color: #DABDB6;
}
.AnyTagClassName
{
color: #DABDB6;
}
</style>
background-color css
<style>
a { background-color: #DABDB6; }
a { background-color: rgb(218,189,182); }
div.DivClassName
{
background-color: #DABDB6;
}
.BgClassName
{
background-color: #DABDB6;
}
</style>
border-color css
<style>
span { border-color: #DABDB6; }
span { border-color: rgb(218,189,182); }
td.TdClassName
{
border-color: #DABDB6;
}
.TagClassName
{
border-color: #DABDB6;
}
</style>