Shades of Cavern Pink #DABEBA
Tints of Cavern Pink #DABEBA
RGB
CMYK
RGB Variations
Color information
#DABEBA (or 0xDABEBA) is known color: Cavern Pink. HEX triplet: DA, BE and BA. RGB value is (218,190,186). Sum of RGB (Red+Green+Blue) = 218+190+186=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBA is #254145. Grayscale: #C5C5C5. Windows color (decimal): -2441542 or 12238554. OLE color: 12238554.
HSL color Cylindrical-coordinate representation of color #DABEBA: hue angle of 7.5º degrees, saturation: 0.3, 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 #DABEBA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 186 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.15 |
| HSL | 7.5º | 0.3% | 0.79% | - |
| HSV(B) | 7.5º | 0.15% | 0.85% | - |
| XYZ | 56.19 | 55.28 | 54.16 | - |
| YUV | 197.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 186 | 0 | 0.13 | 0.15 | 0.15 | 7.5 | 0.3 | 0.79 |
| Hex | DA | BE | BA | 0 | D | F | F | 8 | 1E | 4F |
| Octal | 332 | 276 | 272 | 0 | 15 | 17 | 17 | 10 | 36 | 117 |
| Binary | 11011010 | 10111110 | 10111010 | 0 | 1101 | 1111 | 1111 | 1000 | 11110 | 1001111 |
Color Harmonies of #DABEBA
Complementary color
Monochromatic Colors of #DABEBA
Black with #DABEBA
Text Example
Text Example
White with #DABEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEBA; }
p { color: rgb(218,190,186); }
H1.HeaderClassName
{
color: #DABEBA;
}
.AnyTagClassName
{
color: #DABEBA;
}
</style>
background-color css
<style>
a { background-color: #DABEBA; }
a { background-color: rgb(218,190,186); }
div.DivClassName
{
background-color: #DABEBA;
}
.BgClassName
{
background-color: #DABEBA;
}
</style>
border-color css
<style>
span { border-color: #DABEBA; }
span { border-color: rgb(218,190,186); }
td.TdClassName
{
border-color: #DABEBA;
}
.TagClassName
{
border-color: #DABEBA;
}
</style>