Shades of Blanc #DFD2C2
Tints of Blanc #DFD2C2
RGB
CMYK
RGB Variations
Color information
#DFD2C2 (or 0xDFD2C2) is known color: Blanc. HEX triplet: DF, D2 and C2. RGB value is (223,210,194). Sum of RGB (Red+Green+Blue) = 223+210+194=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2C2 is #202D3D. Grayscale: #D4D4D4. Windows color (decimal): -2108734 or 12767967. OLE color: 12767967.
HSL color Cylindrical-coordinate representation of color #DFD2C2: hue angle of 33.1º degrees, saturation: 0.31, 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 #DFD2C2 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 194 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.13 |
| HSL | 33.1º | 0.31% | 0.82% | - |
| HSV(B) | 33.1º | 0.13% | 0.87% | - |
| XYZ | 63.22 | 65.68 | 60.38 | - |
| YUV | 212.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 194 | 0 | 0.06 | 0.13 | 0.13 | 33.1 | 0.31 | 0.82 |
| Hex | DF | D2 | C2 | 0 | 6 | D | D | 21 | 1F | 52 |
| Octal | 337 | 322 | 302 | 0 | 6 | 15 | 15 | 41 | 37 | 122 |
| Binary | 11011111 | 11010010 | 11000010 | 0 | 110 | 1101 | 1101 | 100001 | 11111 | 1010010 |
Color Harmonies of #DFD2C2
Complementary color
Monochromatic Colors of #DFD2C2
Black with #DFD2C2
Text Example
Text Example
White with #DFD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2C2; }
p { color: rgb(223,210,194); }
H1.HeaderClassName
{
color: #DFD2C2;
}
.AnyTagClassName
{
color: #DFD2C2;
}
</style>
background-color css
<style>
a { background-color: #DFD2C2; }
a { background-color: rgb(223,210,194); }
div.DivClassName
{
background-color: #DFD2C2;
}
.BgClassName
{
background-color: #DFD2C2;
}
</style>
border-color css
<style>
span { border-color: #DFD2C2; }
span { border-color: rgb(223,210,194); }
td.TdClassName
{
border-color: #DFD2C2;
}
.TagClassName
{
border-color: #DFD2C2;
}
</style>