Shades of Cavern Pink #DABBB5
Tints of Cavern Pink #DABBB5
RGB
CMYK
RGB Variations
Color information
#DABBB5 (or 0xDABBB5) is known color: Cavern Pink. HEX triplet: DA, BB and B5. RGB value is (218,187,181). Sum of RGB (Red+Green+Blue) = 218+187+181=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB5 is #25444A. Grayscale: #C3C3C3. Windows color (decimal): -2442315 or 11910106. OLE color: 11910106.
HSL color Cylindrical-coordinate representation of color #DABBB5: hue angle of 9.73º 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 #DABBB5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 187 | 181 | - |
CMYK | 0 | 0.14 | 0.17 | 0.15 |
HSL | 9.73º | 0.33% | 0.78% | - |
HSV(B) | 9.73º | 0.17% | 0.85% | - |
XYZ | 55.02 | 53.78 | 51.2 | - |
YUV | 195.59 | 119.77 | 143.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 187 | 181 | 0 | 0.14 | 0.17 | 0.15 | 9.73 | 0.33 | 0.78 |
Hex | DA | BB | B5 | 0 | E | 11 | F | A | 21 | 4E |
Octal | 332 | 273 | 265 | 0 | 16 | 21 | 17 | 12 | 41 | 116 |
Binary | 11011010 | 10111011 | 10110101 | 0 | 1110 | 10001 | 1111 | 1010 | 100001 | 1001110 |
Color Harmonies of #DABBB5
Complementary color
Monochromatic Colors of #DABBB5
Black with #DABBB5
Text Example
Text Example
White with #DABBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBB5; }
p { color: rgb(218,187,181); }
H1.HeaderClassName
{
color: #DABBB5;
}
.AnyTagClassName
{
color: #DABBB5;
}
</style>
background-color css
<style>
a { background-color: #DABBB5; }
a { background-color: rgb(218,187,181); }
div.DivClassName
{
background-color: #DABBB5;
}
.BgClassName
{
background-color: #DABBB5;
}
</style>
border-color css
<style>
span { border-color: #DABBB5; }
span { border-color: rgb(218,187,181); }
td.TdClassName
{
border-color: #DABBB5;
}
.TagClassName
{
border-color: #DABBB5;
}
</style>