Shades of Cavern Pink #DABDBD
Tints of Cavern Pink #DABDBD
RGB
CMYK
RGB Variations
Color information
#DABDBD (or 0xDABDBD) is known color: Cavern Pink. HEX triplet: DA, BD and BD. RGB value is (218,189,189). Sum of RGB (Red+Green+Blue) = 218+189+189=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBD is #254242. Grayscale: #C5C5C5. Windows color (decimal): -2441795 or 12434906. OLE color: 12434906.
HSL color Cylindrical-coordinate representation of color #DABDBD: hue angle of 0º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDBD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 189 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.15 |
| HSL | 0º | 0.28% | 0.8% | - |
| HSV(B) | 0º | 0.13% | 0.85% | - |
| XYZ | 56.3 | 54.97 | 55.79 | - |
| YUV | 197.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 189 | 0 | 0.13 | 0.13 | 0.15 | 0 | 0.28 | 0.8 |
| Hex | DA | BD | BD | 0 | D | D | F | 0 | 1C | 50 |
| Octal | 332 | 275 | 275 | 0 | 15 | 15 | 17 | 0 | 34 | 120 |
| Binary | 11011010 | 10111101 | 10111101 | 0 | 1101 | 1101 | 1111 | 0 | 11100 | 1010000 |
Color Harmonies of #DABDBD
Complementary color
Monochromatic Colors of #DABDBD
Black with #DABDBD
Text Example
Text Example
White with #DABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDBD; }
p { color: rgb(218,189,189); }
H1.HeaderClassName
{
color: #DABDBD;
}
.AnyTagClassName
{
color: #DABDBD;
}
</style>
background-color css
<style>
a { background-color: #DABDBD; }
a { background-color: rgb(218,189,189); }
div.DivClassName
{
background-color: #DABDBD;
}
.BgClassName
{
background-color: #DABDBD;
}
</style>
border-color css
<style>
span { border-color: #DABDBD; }
span { border-color: rgb(218,189,189); }
td.TdClassName
{
border-color: #DABDBD;
}
.TagClassName
{
border-color: #DABDBD;
}
</style>