Shades of Cavern Pink #DABDBC
Tints of Cavern Pink #DABDBC
RGB
CMYK
RGB Variations
Color information
#DABDBC (or 0xDABDBC) is known color: Cavern Pink. HEX triplet: DA, BD and BC. RGB value is (218,189,188). Sum of RGB (Red+Green+Blue) = 218+189+188=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBC is #254243. Grayscale: #C5C5C5. Windows color (decimal): -2441796 or 12369370. OLE color: 12369370.
HSL color Cylindrical-coordinate representation of color #DABDBC: hue angle of 2º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABDBC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 188 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.15 |
| HSL | 2º | 0.29% | 0.8% | - |
| HSV(B) | 2º | 0.14% | 0.85% | - |
| XYZ | 56.19 | 54.93 | 55.22 | - |
| YUV | 197.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 188 | 0 | 0.13 | 0.14 | 0.15 | 2 | 0.29 | 0.8 |
| Hex | DA | BD | BC | 0 | D | E | F | 2 | 1D | 50 |
| Octal | 332 | 275 | 274 | 0 | 15 | 16 | 17 | 2 | 35 | 120 |
| Binary | 11011010 | 10111101 | 10111100 | 0 | 1101 | 1110 | 1111 | 10 | 11101 | 1010000 |
Color Harmonies of #DABDBC
Complementary color
Monochromatic Colors of #DABDBC
Black with #DABDBC
Text Example
Text Example
White with #DABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDBC; }
p { color: rgb(218,189,188); }
H1.HeaderClassName
{
color: #DABDBC;
}
.AnyTagClassName
{
color: #DABDBC;
}
</style>
background-color css
<style>
a { background-color: #DABDBC; }
a { background-color: rgb(218,189,188); }
div.DivClassName
{
background-color: #DABDBC;
}
.BgClassName
{
background-color: #DABDBC;
}
</style>
border-color css
<style>
span { border-color: #DABDBC; }
span { border-color: rgb(218,189,188); }
td.TdClassName
{
border-color: #DABDBC;
}
.TagClassName
{
border-color: #DABDBC;
}
</style>