Shades of Cavern Pink #DABEBB
Tints of Cavern Pink #DABEBB
RGB
CMYK
RGB Variations
Color information
#DABEBB (or 0xDABEBB) is known color: Cavern Pink. HEX triplet: DA, BE and BB. RGB value is (218,190,187). Sum of RGB (Red+Green+Blue) = 218+190+187=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBB is #254144. Grayscale: #C6C6C6. Windows color (decimal): -2441541 or 12304090. OLE color: 12304090.
HSL color Cylindrical-coordinate representation of color #DABEBB: hue angle of 5.81º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABEBB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 187 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.15 |
| HSL | 5.81º | 0.3% | 0.79% | - |
| HSV(B) | 5.81º | 0.14% | 0.85% | - |
| XYZ | 56.3 | 55.32 | 54.72 | - |
| YUV | 198.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 187 | 0 | 0.13 | 0.14 | 0.15 | 5.81 | 0.3 | 0.79 |
| Hex | DA | BE | BB | 0 | D | E | F | 6 | 1E | 4F |
| Octal | 332 | 276 | 273 | 0 | 15 | 16 | 17 | 6 | 36 | 117 |
| Binary | 11011010 | 10111110 | 10111011 | 0 | 1101 | 1110 | 1111 | 110 | 11110 | 1001111 |
Color Harmonies of #DABEBB
Complementary color
Monochromatic Colors of #DABEBB
Black with #DABEBB
Text Example
Text Example
White with #DABEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEBB; }
p { color: rgb(218,190,187); }
H1.HeaderClassName
{
color: #DABEBB;
}
.AnyTagClassName
{
color: #DABEBB;
}
</style>
background-color css
<style>
a { background-color: #DABEBB; }
a { background-color: rgb(218,190,187); }
div.DivClassName
{
background-color: #DABEBB;
}
.BgClassName
{
background-color: #DABEBB;
}
</style>
border-color css
<style>
span { border-color: #DABEBB; }
span { border-color: rgb(218,190,187); }
td.TdClassName
{
border-color: #DABEBB;
}
.TagClassName
{
border-color: #DABEBB;
}
</style>