Shades of Cavern Pink #DABDB9
Tints of Cavern Pink #DABDB9
RGB
CMYK
RGB Variations
Color information
#DABDB9 (or 0xDABDB9) is known color: Cavern Pink. HEX triplet: DA, BD and B9. RGB value is (218,189,185). Sum of RGB (Red+Green+Blue) = 218+189+185=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB9 is #254246. Grayscale: #C5C5C5. Windows color (decimal): -2441799 or 12172762. OLE color: 12172762.
HSL color Cylindrical-coordinate representation of color #DABDB9: hue angle of 7.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABDB9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 189 | 185 | - |
CMYK | 0 | 0.13 | 0.15 | 0.15 |
HSL | 7.27º | 0.31% | 0.79% | - |
HSV(B) | 7.27º | 0.15% | 0.85% | - |
XYZ | 55.87 | 54.8 | 53.53 | - |
YUV | 197.22 | 121.11 | 142.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 185 | 0 | 0.13 | 0.15 | 0.15 | 7.27 | 0.31 | 0.79 |
Hex | DA | BD | B9 | 0 | D | F | F | 7 | 1F | 4F |
Octal | 332 | 275 | 271 | 0 | 15 | 17 | 17 | 7 | 37 | 117 |
Binary | 11011010 | 10111101 | 10111001 | 0 | 1101 | 1111 | 1111 | 111 | 11111 | 1001111 |
Color Harmonies of #DABDB9
Complementary color
Monochromatic Colors of #DABDB9
Black with #DABDB9
Text Example
Text Example
White with #DABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDB9; }
p { color: rgb(218,189,185); }
H1.HeaderClassName
{
color: #DABDB9;
}
.AnyTagClassName
{
color: #DABDB9;
}
</style>
background-color css
<style>
a { background-color: #DABDB9; }
a { background-color: rgb(218,189,185); }
div.DivClassName
{
background-color: #DABDB9;
}
.BgClassName
{
background-color: #DABDB9;
}
</style>
border-color css
<style>
span { border-color: #DABDB9; }
span { border-color: rgb(218,189,185); }
td.TdClassName
{
border-color: #DABDB9;
}
.TagClassName
{
border-color: #DABDB9;
}
</style>