Shades of Cavern Pink #DFC0BD
Tints of Cavern Pink #DFC0BD
RGB
CMYK
RGB Variations
Color information
#DFC0BD (or 0xDFC0BD) is known color: Cavern Pink. HEX triplet: DF, C0 and BD. RGB value is (223,192,189). Sum of RGB (Red+Green+Blue) = 223+192+189=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BD is #203F42. Grayscale: #C8C8C8. Windows color (decimal): -2113347 or 12435679. OLE color: 12435679.
HSL color Cylindrical-coordinate representation of color #DFC0BD: hue angle of 5.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC0BD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 189 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.13 |
| HSL | 5.29º | 0.35% | 0.81% | - |
| HSV(B) | 5.29º | 0.15% | 0.87% | - |
| XYZ | 58.47 | 57.06 | 56.08 | - |
| YUV | 200.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 189 | 0 | 0.14 | 0.15 | 0.13 | 5.29 | 0.35 | 0.81 |
| Hex | DF | C0 | BD | 0 | E | F | D | 5 | 23 | 51 |
| Octal | 337 | 300 | 275 | 0 | 16 | 17 | 15 | 5 | 43 | 121 |
| Binary | 11011111 | 11000000 | 10111101 | 0 | 1110 | 1111 | 1101 | 101 | 100011 | 1010001 |
Color Harmonies of #DFC0BD
Complementary color
Monochromatic Colors of #DFC0BD
Black with #DFC0BD
Text Example
Text Example
White with #DFC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0BD; }
p { color: rgb(223,192,189); }
H1.HeaderClassName
{
color: #DFC0BD;
}
.AnyTagClassName
{
color: #DFC0BD;
}
</style>
background-color css
<style>
a { background-color: #DFC0BD; }
a { background-color: rgb(223,192,189); }
div.DivClassName
{
background-color: #DFC0BD;
}
.BgClassName
{
background-color: #DFC0BD;
}
</style>
border-color css
<style>
span { border-color: #DFC0BD; }
span { border-color: rgb(223,192,189); }
td.TdClassName
{
border-color: #DFC0BD;
}
.TagClassName
{
border-color: #DFC0BD;
}
</style>