Shades of Cavern Pink #DABEB7
Tints of Cavern Pink #DABEB7
RGB
CMYK
RGB Variations
Color information
#DABEB7 (or 0xDABEB7) is known color: Cavern Pink. HEX triplet: DA, BE and B7. RGB value is (218,190,183). Sum of RGB (Red+Green+Blue) = 218+190+183=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEB7 is #254148. Grayscale: #C5C5C5. Windows color (decimal): -2441545 or 12041946. OLE color: 12041946.
HSL color Cylindrical-coordinate representation of color #DABEB7: hue angle of 12º degrees, saturation: 0.32, 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 #DABEB7 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 183 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.15 |
| HSL | 12º | 0.32% | 0.79% | - |
| HSV(B) | 12º | 0.16% | 0.85% | - |
| XYZ | 55.87 | 55.15 | 52.5 | - |
| YUV | 197.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 183 | 0 | 0.13 | 0.16 | 0.15 | 12 | 0.32 | 0.79 |
| Hex | DA | BE | B7 | 0 | D | 10 | F | C | 20 | 4F |
| Octal | 332 | 276 | 267 | 0 | 15 | 20 | 17 | 14 | 40 | 117 |
| Binary | 11011010 | 10111110 | 10110111 | 0 | 1101 | 10000 | 1111 | 1100 | 100000 | 1001111 |
Color Harmonies of #DABEB7
Complementary color
Monochromatic Colors of #DABEB7
Black with #DABEB7
Text Example
Text Example
White with #DABEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEB7; }
p { color: rgb(218,190,183); }
H1.HeaderClassName
{
color: #DABEB7;
}
.AnyTagClassName
{
color: #DABEB7;
}
</style>
background-color css
<style>
a { background-color: #DABEB7; }
a { background-color: rgb(218,190,183); }
div.DivClassName
{
background-color: #DABEB7;
}
.BgClassName
{
background-color: #DABEB7;
}
</style>
border-color css
<style>
span { border-color: #DABEB7; }
span { border-color: rgb(218,190,183); }
td.TdClassName
{
border-color: #DABEB7;
}
.TagClassName
{
border-color: #DABEB7;
}
</style>