Shades of Cavern Pink #DABAB3
Tints of Cavern Pink #DABAB3
RGB
CMYK
RGB Variations
Color information
#DABAB3 (or 0xDABAB3) is known color: Cavern Pink. HEX triplet: DA, BA and B3. RGB value is (218,186,179). Sum of RGB (Red+Green+Blue) = 218+186+179=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB3 is #25454C. Grayscale: #C2C2C2. Windows color (decimal): -2442573 or 11778778. OLE color: 11778778.
HSL color Cylindrical-coordinate representation of color #DABAB3: hue angle of 10.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 179 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.15 |
| HSL | 10.77º | 0.35% | 0.78% | - |
| HSV(B) | 10.77º | 0.18% | 0.85% | - |
| XYZ | 54.61 | 53.28 | 50.05 | - |
| YUV | 194.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 179 | 0 | 0.15 | 0.18 | 0.15 | 10.77 | 0.35 | 0.78 |
| Hex | DA | BA | B3 | 0 | F | 12 | F | B | 23 | 4E |
| Octal | 332 | 272 | 263 | 0 | 17 | 22 | 17 | 13 | 43 | 116 |
| Binary | 11011010 | 10111010 | 10110011 | 0 | 1111 | 10010 | 1111 | 1011 | 100011 | 1001110 |
Color Harmonies of #DABAB3
Complementary color
Monochromatic Colors of #DABAB3
Black with #DABAB3
Text Example
Text Example
White with #DABAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAB3; }
p { color: rgb(218,186,179); }
H1.HeaderClassName
{
color: #DABAB3;
}
.AnyTagClassName
{
color: #DABAB3;
}
</style>
background-color css
<style>
a { background-color: #DABAB3; }
a { background-color: rgb(218,186,179); }
div.DivClassName
{
background-color: #DABAB3;
}
.BgClassName
{
background-color: #DABAB3;
}
</style>
border-color css
<style>
span { border-color: #DABAB3; }
span { border-color: rgb(218,186,179); }
td.TdClassName
{
border-color: #DABAB3;
}
.TagClassName
{
border-color: #DABAB3;
}
</style>