Shades of Cavern Pink #DABCB5
Tints of Cavern Pink #DABCB5
RGB
CMYK
RGB Variations
Color information
#DABCB5 (or 0xDABCB5) is known color: Cavern Pink. HEX triplet: DA, BC and B5. RGB value is (218,188,181). Sum of RGB (Red+Green+Blue) = 218+188+181=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB5 is #25434A. Grayscale: #C4C4C4. Windows color (decimal): -2442059 or 11910362. OLE color: 11910362.
HSL color Cylindrical-coordinate representation of color #DABCB5: hue angle of 11.35º 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 #DABCB5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 181 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.15 |
| HSL | 11.35º | 0.33% | 0.78% | - |
| HSV(B) | 11.35º | 0.17% | 0.85% | - |
| XYZ | 55.24 | 54.21 | 51.27 | - |
| YUV | 196.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 181 | 0 | 0.14 | 0.17 | 0.15 | 11.35 | 0.33 | 0.78 |
| Hex | DA | BC | B5 | 0 | E | 11 | F | B | 21 | 4E |
| Octal | 332 | 274 | 265 | 0 | 16 | 21 | 17 | 13 | 41 | 116 |
| Binary | 11011010 | 10111100 | 10110101 | 0 | 1110 | 10001 | 1111 | 1011 | 100001 | 1001110 |
Color Harmonies of #DABCB5
Complementary color
Monochromatic Colors of #DABCB5
Black with #DABCB5
Text Example
Text Example
White with #DABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCB5; }
p { color: rgb(218,188,181); }
H1.HeaderClassName
{
color: #DABCB5;
}
.AnyTagClassName
{
color: #DABCB5;
}
</style>
background-color css
<style>
a { background-color: #DABCB5; }
a { background-color: rgb(218,188,181); }
div.DivClassName
{
background-color: #DABCB5;
}
.BgClassName
{
background-color: #DABCB5;
}
</style>
border-color css
<style>
span { border-color: #DABCB5; }
span { border-color: rgb(218,188,181); }
td.TdClassName
{
border-color: #DABCB5;
}
.TagClassName
{
border-color: #DABCB5;
}
</style>