Shades of Blanc #DCD3C6
Tints of Blanc #DCD3C6
RGB
CMYK
RGB Variations
Color information
#DCD3C6 (or 0xDCD3C6) is known color: Blanc. HEX triplet: DC, D3 and C6. RGB value is (220,211,198). Sum of RGB (Red+Green+Blue) = 220+211+198=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C6 is #232C39. Grayscale: #D4D4D4. Windows color (decimal): -2305082 or 13030364. OLE color: 13030364.
HSL color Cylindrical-coordinate representation of color #DCD3C6: hue angle of 35.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD3C6 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 198 | - |
| CMYK | 0 | 0.04 | 0.1 | 0.14 |
| HSL | 35.45º | 0.24% | 0.82% | - |
| HSV(B) | 35.45º | 0.1% | 0.86% | - |
| XYZ | 63 | 65.88 | 62.82 | - |
| YUV | 212.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 198 | 0 | 0.04 | 0.1 | 0.14 | 35.45 | 0.24 | 0.82 |
| Hex | DC | D3 | C6 | 0 | 4 | A | E | 23 | 18 | 52 |
| Octal | 334 | 323 | 306 | 0 | 4 | 12 | 16 | 43 | 30 | 122 |
| Binary | 11011100 | 11010011 | 11000110 | 0 | 100 | 1010 | 1110 | 100011 | 11000 | 1010010 |
Color Harmonies of #DCD3C6
Complementary color
Monochromatic Colors of #DCD3C6
Black with #DCD3C6
Text Example
Text Example
White with #DCD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3C6; }
p { color: rgb(220,211,198); }
H1.HeaderClassName
{
color: #DCD3C6;
}
.AnyTagClassName
{
color: #DCD3C6;
}
</style>
background-color css
<style>
a { background-color: #DCD3C6; }
a { background-color: rgb(220,211,198); }
div.DivClassName
{
background-color: #DCD3C6;
}
.BgClassName
{
background-color: #DCD3C6;
}
</style>
border-color css
<style>
span { border-color: #DCD3C6; }
span { border-color: rgb(220,211,198); }
td.TdClassName
{
border-color: #DCD3C6;
}
.TagClassName
{
border-color: #DCD3C6;
}
</style>