Shades of Blanc #DCD3C5
Tints of Blanc #DCD3C5
RGB
CMYK
RGB Variations
Color information
#DCD3C5 (or 0xDCD3C5) is known color: Blanc. HEX triplet: DC, D3 and C5. RGB value is (220,211,197). Sum of RGB (Red+Green+Blue) = 220+211+197=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C5 is #232C3A. Grayscale: #D4D4D4. Windows color (decimal): -2305083 or 12964828. OLE color: 12964828.
HSL color Cylindrical-coordinate representation of color #DCD3C5: hue angle of 36.52º degrees, saturation: 0.25, 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 #DCD3C5 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 197 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.14 |
| HSL | 36.52º | 0.25% | 0.82% | - |
| HSV(B) | 36.52º | 0.1% | 0.86% | - |
| XYZ | 62.89 | 65.84 | 62.22 | - |
| YUV | 212.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 197 | 0 | 0.04 | 0.10 | 0.14 | 36.52 | 0.25 | 0.82 |
| Hex | DC | D3 | C5 | 0 | 4 | A | E | 25 | 19 | 52 |
| Octal | 334 | 323 | 305 | 0 | 4 | 12 | 16 | 45 | 31 | 122 |
| Binary | 11011100 | 11010011 | 11000101 | 0 | 100 | 1010 | 1110 | 100101 | 11001 | 1010010 |
Color Harmonies of #DCD3C5
Complementary color
Monochromatic Colors of #DCD3C5
Black with #DCD3C5
Text Example
Text Example
White with #DCD3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3C5; }
p { color: rgb(220,211,197); }
H1.HeaderClassName
{
color: #DCD3C5;
}
.AnyTagClassName
{
color: #DCD3C5;
}
</style>
background-color css
<style>
a { background-color: #DCD3C5; }
a { background-color: rgb(220,211,197); }
div.DivClassName
{
background-color: #DCD3C5;
}
.BgClassName
{
background-color: #DCD3C5;
}
</style>
border-color css
<style>
span { border-color: #DCD3C5; }
span { border-color: rgb(220,211,197); }
td.TdClassName
{
border-color: #DCD3C5;
}
.TagClassName
{
border-color: #DCD3C5;
}
</style>