Shades of Blanc #DFD4C3
Tints of Blanc #DFD4C3
RGB
CMYK
RGB Variations
Color information
#DFD4C3 (or 0xDFD4C3) is known color: Blanc. HEX triplet: DF, D4 and C3. RGB value is (223,212,195). Sum of RGB (Red+Green+Blue) = 223+212+195=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4C3 is #202B3C. Grayscale: #D5D5D5. Windows color (decimal): -2108221 or 12834015. OLE color: 12834015.
HSL color Cylindrical-coordinate representation of color #DFD4C3: hue angle of 36.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD4C3 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 195 | - |
CMYK | 0 | 0.05 | 0.13 | 0.13 |
HSL | 36.43º | 0.3% | 0.82% | - |
HSV(B) | 36.43º | 0.13% | 0.87% | - |
XYZ | 63.83 | 66.72 | 61.14 | - |
YUV | 213.35 | 117.64 | 134.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 195 | 0 | 0.05 | 0.13 | 0.13 | 36.43 | 0.3 | 0.82 |
Hex | DF | D4 | C3 | 0 | 5 | D | D | 24 | 1E | 52 |
Octal | 337 | 324 | 303 | 0 | 5 | 15 | 15 | 44 | 36 | 122 |
Binary | 11011111 | 11010100 | 11000011 | 0 | 101 | 1101 | 1101 | 100100 | 11110 | 1010010 |
Color Harmonies of #DFD4C3
Complementary color
Monochromatic Colors of #DFD4C3
Black with #DFD4C3
Text Example
Text Example
White with #DFD4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4C3; }
p { color: rgb(223,212,195); }
H1.HeaderClassName
{
color: #DFD4C3;
}
.AnyTagClassName
{
color: #DFD4C3;
}
</style>
background-color css
<style>
a { background-color: #DFD4C3; }
a { background-color: rgb(223,212,195); }
div.DivClassName
{
background-color: #DFD4C3;
}
.BgClassName
{
background-color: #DFD4C3;
}
</style>
border-color css
<style>
span { border-color: #DFD4C3; }
span { border-color: rgb(223,212,195); }
td.TdClassName
{
border-color: #DFD4C3;
}
.TagClassName
{
border-color: #DFD4C3;
}
</style>