Shades of Blanc #DFD5C5
Tints of Blanc #DFD5C5
RGB
CMYK
RGB Variations
Color information
#DFD5C5 (or 0xDFD5C5) is known color: Blanc. HEX triplet: DF, D5 and C5. RGB value is (223,213,197). Sum of RGB (Red+Green+Blue) = 223+213+197=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5C5 is #202A3A. Grayscale: #D6D6D6. Windows color (decimal): -2107963 or 12965343. OLE color: 12965343.
HSL color Cylindrical-coordinate representation of color #DFD5C5: hue angle of 36.92º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD5C5 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 197 | - |
CMYK | 0 | 0.04 | 0.12 | 0.13 |
HSL | 36.92º | 0.29% | 0.82% | - |
HSV(B) | 36.92º | 0.12% | 0.87% | - |
XYZ | 64.3 | 67.31 | 62.43 | - |
YUV | 214.17 | 118.31 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 197 | 0 | 0.04 | 0.12 | 0.13 | 36.92 | 0.29 | 0.82 |
Hex | DF | D5 | C5 | 0 | 4 | C | D | 25 | 1D | 52 |
Octal | 337 | 325 | 305 | 0 | 4 | 14 | 15 | 45 | 35 | 122 |
Binary | 11011111 | 11010101 | 11000101 | 0 | 100 | 1100 | 1101 | 100101 | 11101 | 1010010 |
Color Harmonies of #DFD5C5
Complementary color
Monochromatic Colors of #DFD5C5
Black with #DFD5C5
Text Example
Text Example
White with #DFD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5C5; }
p { color: rgb(223,213,197); }
H1.HeaderClassName
{
color: #DFD5C5;
}
.AnyTagClassName
{
color: #DFD5C5;
}
</style>
background-color css
<style>
a { background-color: #DFD5C5; }
a { background-color: rgb(223,213,197); }
div.DivClassName
{
background-color: #DFD5C5;
}
.BgClassName
{
background-color: #DFD5C5;
}
</style>
border-color css
<style>
span { border-color: #DFD5C5; }
span { border-color: rgb(223,213,197); }
td.TdClassName
{
border-color: #DFD5C5;
}
.TagClassName
{
border-color: #DFD5C5;
}
</style>