Shades of Cavern Pink #DABDB8
Tints of Cavern Pink #DABDB8
RGB
CMYK
RGB Variations
Color information
#DABDB8 (or 0xDABDB8) is known color: Cavern Pink. HEX triplet: DA, BD and B8. RGB value is (218,189,184). Sum of RGB (Red+Green+Blue) = 218+189+184=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB8 is #254247. Grayscale: #C5C5C5. Windows color (decimal): -2441800 or 12107226. OLE color: 12107226.
HSL color Cylindrical-coordinate representation of color #DABDB8: hue angle of 8.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABDB8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 184 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.15 |
| HSL | 8.82º | 0.31% | 0.79% | - |
| HSV(B) | 8.82º | 0.16% | 0.85% | - |
| XYZ | 55.76 | 54.76 | 52.98 | - |
| YUV | 197.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 184 | 0 | 0.13 | 0.16 | 0.15 | 8.82 | 0.31 | 0.79 |
| Hex | DA | BD | B8 | 0 | D | 10 | F | 9 | 1F | 4F |
| Octal | 332 | 275 | 270 | 0 | 15 | 20 | 17 | 11 | 37 | 117 |
| Binary | 11011010 | 10111101 | 10111000 | 0 | 1101 | 10000 | 1111 | 1001 | 11111 | 1001111 |
Color Harmonies of #DABDB8
Complementary color
Monochromatic Colors of #DABDB8
Black with #DABDB8
Text Example
Text Example
White with #DABDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDB8; }
p { color: rgb(218,189,184); }
H1.HeaderClassName
{
color: #DABDB8;
}
.AnyTagClassName
{
color: #DABDB8;
}
</style>
background-color css
<style>
a { background-color: #DABDB8; }
a { background-color: rgb(218,189,184); }
div.DivClassName
{
background-color: #DABDB8;
}
.BgClassName
{
background-color: #DABDB8;
}
</style>
border-color css
<style>
span { border-color: #DABDB8; }
span { border-color: rgb(218,189,184); }
td.TdClassName
{
border-color: #DABDB8;
}
.TagClassName
{
border-color: #DABDB8;
}
</style>