Shades of Wafer #DFC0B5
Tints of Wafer #DFC0B5
RGB
CMYK
RGB Variations
Color information
#DFC0B5 (or 0xDFC0B5) is known color: Wafer. HEX triplet: DF, C0 and B5. RGB value is (223,192,181). Sum of RGB (Red+Green+Blue) = 223+192+181=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0B5 is #203F4A. Grayscale: #C8C8C8. Windows color (decimal): -2113355 or 11911391. OLE color: 11911391.
HSL color Cylindrical-coordinate representation of color #DFC0B5: hue angle of 15.71º 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 #DFC0B5 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 181 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.13 |
| HSL | 15.71º | 0.4% | 0.79% | - |
| HSV(B) | 15.71º | 0.19% | 0.87% | - |
| XYZ | 57.62 | 56.72 | 51.63 | - |
| YUV | 200.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 181 | 0 | 0.14 | 0.19 | 0.13 | 15.71 | 0.4 | 0.79 |
| Hex | DF | C0 | B5 | 0 | E | 13 | D | 10 | 28 | 4F |
| Octal | 337 | 300 | 265 | 0 | 16 | 23 | 15 | 20 | 50 | 117 |
| Binary | 11011111 | 11000000 | 10110101 | 0 | 1110 | 10011 | 1101 | 10000 | 101000 | 1001111 |
Color Harmonies of #DFC0B5
Complementary color
Monochromatic Colors of #DFC0B5
Black with #DFC0B5
Text Example
Text Example
White with #DFC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0B5; }
p { color: rgb(223,192,181); }
H1.HeaderClassName
{
color: #DFC0B5;
}
.AnyTagClassName
{
color: #DFC0B5;
}
</style>
background-color css
<style>
a { background-color: #DFC0B5; }
a { background-color: rgb(223,192,181); }
div.DivClassName
{
background-color: #DFC0B5;
}
.BgClassName
{
background-color: #DFC0B5;
}
</style>
border-color css
<style>
span { border-color: #DFC0B5; }
span { border-color: rgb(223,192,181); }
td.TdClassName
{
border-color: #DFC0B5;
}
.TagClassName
{
border-color: #DFC0B5;
}
</style>