Shades of Blanc #DFD4C0
Tints of Blanc #DFD4C0
RGB
CMYK
RGB Variations
Color information
#DFD4C0 (or 0xDFD4C0) is known color: Blanc. HEX triplet: DF, D4 and C0. RGB value is (223,212,192). Sum of RGB (Red+Green+Blue) = 223+212+192=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4C0 is #202B3F. Grayscale: #D5D5D5. Windows color (decimal): -2108224 or 12637407. OLE color: 12637407.
HSL color Cylindrical-coordinate representation of color #DFD4C0: hue angle of 38.71º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD4C0 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 192 | - |
CMYK | 0 | 0.05 | 0.14 | 0.13 |
HSL | 38.71º | 0.33% | 0.81% | - |
HSV(B) | 38.71º | 0.14% | 0.87% | - |
XYZ | 63.49 | 66.58 | 59.37 | - |
YUV | 213.01 | 116.14 | 135.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 192 | 0 | 0.05 | 0.14 | 0.13 | 38.71 | 0.33 | 0.81 |
Hex | DF | D4 | C0 | 0 | 5 | E | D | 27 | 21 | 51 |
Octal | 337 | 324 | 300 | 0 | 5 | 16 | 15 | 47 | 41 | 121 |
Binary | 11011111 | 11010100 | 11000000 | 0 | 101 | 1110 | 1101 | 100111 | 100001 | 1010001 |
Color Harmonies of #DFD4C0
Complementary color
Monochromatic Colors of #DFD4C0
Black with #DFD4C0
Text Example
Text Example
White with #DFD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4C0; }
p { color: rgb(223,212,192); }
H1.HeaderClassName
{
color: #DFD4C0;
}
.AnyTagClassName
{
color: #DFD4C0;
}
</style>
background-color css
<style>
a { background-color: #DFD4C0; }
a { background-color: rgb(223,212,192); }
div.DivClassName
{
background-color: #DFD4C0;
}
.BgClassName
{
background-color: #DFD4C0;
}
</style>
border-color css
<style>
span { border-color: #DFD4C0; }
span { border-color: rgb(223,212,192); }
td.TdClassName
{
border-color: #DFD4C0;
}
.TagClassName
{
border-color: #DFD4C0;
}
</style>