Shades of Blanc #DFD5C7
Tints of Blanc #DFD5C7
RGB
CMYK
RGB Variations
Color information
#DFD5C7 (or 0xDFD5C7) is known color: Blanc. HEX triplet: DF, D5 and C7. RGB value is (223,213,199). Sum of RGB (Red+Green+Blue) = 223+213+199=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5C7 is #202A38. Grayscale: #D6D6D6. Windows color (decimal): -2107961 or 13096415. OLE color: 13096415.
HSL color Cylindrical-coordinate representation of color #DFD5C7: hue angle of 35º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD5C7 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 199 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.13 |
| HSL | 35º | 0.27% | 0.83% | - |
| HSV(B) | 35º | 0.11% | 0.87% | - |
| XYZ | 64.53 | 67.4 | 63.64 | - |
| YUV | 214.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 199 | 0 | 0.04 | 0.11 | 0.13 | 35 | 0.27 | 0.83 |
| Hex | DF | D5 | C7 | 0 | 4 | B | D | 23 | 1B | 53 |
| Octal | 337 | 325 | 307 | 0 | 4 | 13 | 15 | 43 | 33 | 123 |
| Binary | 11011111 | 11010101 | 11000111 | 0 | 100 | 1011 | 1101 | 100011 | 11011 | 1010011 |
Color Harmonies of #DFD5C7
Complementary color
Monochromatic Colors of #DFD5C7
Black with #DFD5C7
Text Example
Text Example
White with #DFD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5C7; }
p { color: rgb(223,213,199); }
H1.HeaderClassName
{
color: #DFD5C7;
}
.AnyTagClassName
{
color: #DFD5C7;
}
</style>
background-color css
<style>
a { background-color: #DFD5C7; }
a { background-color: rgb(223,213,199); }
div.DivClassName
{
background-color: #DFD5C7;
}
.BgClassName
{
background-color: #DFD5C7;
}
</style>
border-color css
<style>
span { border-color: #DFD5C7; }
span { border-color: rgb(223,213,199); }
td.TdClassName
{
border-color: #DFD5C7;
}
.TagClassName
{
border-color: #DFD5C7;
}
</style>