Shades of Wafer #DFC0B4
Tints of Wafer #DFC0B4
RGB
CMYK
RGB Variations
Color information
#DFC0B4 (or 0xDFC0B4) is known color: Wafer. HEX triplet: DF, C0 and B4. RGB value is (223,192,180). Sum of RGB (Red+Green+Blue) = 223+192+180=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0B4 is #203F4B. Grayscale: #C7C7C7. Windows color (decimal): -2113356 or 11845855. OLE color: 11845855.
HSL color Cylindrical-coordinate representation of color #DFC0B4: hue angle of 16.74º 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 #DFC0B4 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 180 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.13 |
| HSL | 16.74º | 0.4% | 0.79% | - |
| HSV(B) | 16.74º | 0.19% | 0.87% | - |
| XYZ | 57.52 | 56.68 | 51.09 | - |
| YUV | 199.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 180 | 0 | 0.14 | 0.19 | 0.13 | 16.74 | 0.4 | 0.79 |
| Hex | DF | C0 | B4 | 0 | E | 13 | D | 11 | 28 | 4F |
| Octal | 337 | 300 | 264 | 0 | 16 | 23 | 15 | 21 | 50 | 117 |
| Binary | 11011111 | 11000000 | 10110100 | 0 | 1110 | 10011 | 1101 | 10001 | 101000 | 1001111 |
Color Harmonies of #DFC0B4
Complementary color
Monochromatic Colors of #DFC0B4
Black with #DFC0B4
Text Example
Text Example
White with #DFC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0B4; }
p { color: rgb(223,192,180); }
H1.HeaderClassName
{
color: #DFC0B4;
}
.AnyTagClassName
{
color: #DFC0B4;
}
</style>
background-color css
<style>
a { background-color: #DFC0B4; }
a { background-color: rgb(223,192,180); }
div.DivClassName
{
background-color: #DFC0B4;
}
.BgClassName
{
background-color: #DFC0B4;
}
</style>
border-color css
<style>
span { border-color: #DFC0B4; }
span { border-color: rgb(223,192,180); }
td.TdClassName
{
border-color: #DFC0B4;
}
.TagClassName
{
border-color: #DFC0B4;
}
</style>