Shades of Blanc #DCD3C4
Tints of Blanc #DCD3C4
RGB
CMYK
RGB Variations
Color information
#DCD3C4 (or 0xDCD3C4) is known color: Blanc. HEX triplet: DC, D3 and C4. RGB value is (220,211,196). Sum of RGB (Red+Green+Blue) = 220+211+196=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C4 is #232C3B. Grayscale: #D4D4D4. Windows color (decimal): -2305084 or 12899292. OLE color: 12899292.
HSL color Cylindrical-coordinate representation of color #DCD3C4: hue angle of 37.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD3C4 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 196 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.14 |
| HSL | 37.5º | 0.26% | 0.82% | - |
| HSV(B) | 37.5º | 0.11% | 0.86% | - |
| XYZ | 62.77 | 65.79 | 61.61 | - |
| YUV | 211.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 196 | 0 | 0.04 | 0.11 | 0.14 | 37.5 | 0.26 | 0.82 |
| Hex | DC | D3 | C4 | 0 | 4 | B | E | 26 | 1A | 52 |
| Octal | 334 | 323 | 304 | 0 | 4 | 13 | 16 | 46 | 32 | 122 |
| Binary | 11011100 | 11010011 | 11000100 | 0 | 100 | 1011 | 1110 | 100110 | 11010 | 1010010 |
Color Harmonies of #DCD3C4
Complementary color
Monochromatic Colors of #DCD3C4
Black with #DCD3C4
Text Example
Text Example
White with #DCD3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3C4; }
p { color: rgb(220,211,196); }
H1.HeaderClassName
{
color: #DCD3C4;
}
.AnyTagClassName
{
color: #DCD3C4;
}
</style>
background-color css
<style>
a { background-color: #DCD3C4; }
a { background-color: rgb(220,211,196); }
div.DivClassName
{
background-color: #DCD3C4;
}
.BgClassName
{
background-color: #DCD3C4;
}
</style>
border-color css
<style>
span { border-color: #DCD3C4; }
span { border-color: rgb(220,211,196); }
td.TdClassName
{
border-color: #DCD3C4;
}
.TagClassName
{
border-color: #DCD3C4;
}
</style>