Shades of Cavern Pink #DFBAB5
Tints of Cavern Pink #DFBAB5
RGB
CMYK
RGB Variations
Color information
#DFBAB5 (or 0xDFBAB5) is known color: Cavern Pink. HEX triplet: DF, BA and B5. RGB value is (223,186,181). Sum of RGB (Red+Green+Blue) = 223+186+181=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB5 is #20454A. Grayscale: #C4C4C4. Windows color (decimal): -2114891 or 11909855. OLE color: 11909855.
HSL color Cylindrical-coordinate representation of color #DFBAB5: hue angle of 7.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBAB5 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 181 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.13 |
| HSL | 7.14º | 0.4% | 0.79% | - |
| HSV(B) | 7.14º | 0.19% | 0.87% | - |
| XYZ | 56.33 | 54.14 | 51.2 | - |
| YUV | 196.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 181 | 0 | 0.17 | 0.19 | 0.13 | 7.14 | 0.4 | 0.79 |
| Hex | DF | BA | B5 | 0 | 11 | 13 | D | 7 | 28 | 4F |
| Octal | 337 | 272 | 265 | 0 | 21 | 23 | 15 | 7 | 50 | 117 |
| Binary | 11011111 | 10111010 | 10110101 | 0 | 10001 | 10011 | 1101 | 111 | 101000 | 1001111 |
Color Harmonies of #DFBAB5
Complementary color
Monochromatic Colors of #DFBAB5
Black with #DFBAB5
Text Example
Text Example
White with #DFBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAB5; }
p { color: rgb(223,186,181); }
H1.HeaderClassName
{
color: #DFBAB5;
}
.AnyTagClassName
{
color: #DFBAB5;
}
</style>
background-color css
<style>
a { background-color: #DFBAB5; }
a { background-color: rgb(223,186,181); }
div.DivClassName
{
background-color: #DFBAB5;
}
.BgClassName
{
background-color: #DFBAB5;
}
</style>
border-color css
<style>
span { border-color: #DFBAB5; }
span { border-color: rgb(223,186,181); }
td.TdClassName
{
border-color: #DFBAB5;
}
.TagClassName
{
border-color: #DFBAB5;
}
</style>