Shades of Blanc #DFD4C4
Tints of Blanc #DFD4C4
RGB
CMYK
RGB Variations
Color information
#DFD4C4 (or 0xDFD4C4) is known color: Blanc. HEX triplet: DF, D4 and C4. RGB value is (223,212,196). Sum of RGB (Red+Green+Blue) = 223+212+196=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4C4 is #202B3B. Grayscale: #D5D5D5. Windows color (decimal): -2108220 or 12899551. OLE color: 12899551.
HSL color Cylindrical-coordinate representation of color #DFD4C4: hue angle of 35.56º degrees, saturation: 0.3, 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 #DFD4C4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 196 | - |
CMYK | 0 | 0.05 | 0.12 | 0.13 |
HSL | 35.56º | 0.3% | 0.82% | - |
HSV(B) | 35.56º | 0.12% | 0.87% | - |
XYZ | 63.94 | 66.76 | 61.74 | - |
YUV | 213.47 | 118.14 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 196 | 0 | 0.05 | 0.12 | 0.13 | 35.56 | 0.3 | 0.82 |
Hex | DF | D4 | C4 | 0 | 5 | C | D | 24 | 1E | 52 |
Octal | 337 | 324 | 304 | 0 | 5 | 14 | 15 | 44 | 36 | 122 |
Binary | 11011111 | 11010100 | 11000100 | 0 | 101 | 1100 | 1101 | 100100 | 11110 | 1010010 |
Color Harmonies of #DFD4C4
Complementary color
Monochromatic Colors of #DFD4C4
Black with #DFD4C4
Text Example
Text Example
White with #DFD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4C4; }
p { color: rgb(223,212,196); }
H1.HeaderClassName
{
color: #DFD4C4;
}
.AnyTagClassName
{
color: #DFD4C4;
}
</style>
background-color css
<style>
a { background-color: #DFD4C4; }
a { background-color: rgb(223,212,196); }
div.DivClassName
{
background-color: #DFD4C4;
}
.BgClassName
{
background-color: #DFD4C4;
}
</style>
border-color css
<style>
span { border-color: #DFD4C4; }
span { border-color: rgb(223,212,196); }
td.TdClassName
{
border-color: #DFD4C4;
}
.TagClassName
{
border-color: #DFD4C4;
}
</style>