Shades of Blanc #DCD4C3
Tints of Blanc #DCD4C3
RGB
CMYK
RGB Variations
Color information
#DCD4C3 (or 0xDCD4C3) is known color: Blanc. HEX triplet: DC, D4 and C3. RGB value is (220,212,195). Sum of RGB (Red+Green+Blue) = 220+212+195=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4C3 is #232B3C. Grayscale: #D4D4D4. Windows color (decimal): -2304829 or 12834012. OLE color: 12834012.
HSL color Cylindrical-coordinate representation of color #DCD4C3: hue angle of 40.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD4C3 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 195 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.14 |
| HSL | 40.8º | 0.26% | 0.81% | - |
| HSV(B) | 40.8º | 0.11% | 0.86% | - |
| XYZ | 62.91 | 66.24 | 61.1 | - |
| YUV | 212.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 195 | 0 | 0.04 | 0.11 | 0.14 | 40.8 | 0.26 | 0.81 |
| Hex | DC | D4 | C3 | 0 | 4 | B | E | 29 | 1A | 51 |
| Octal | 334 | 324 | 303 | 0 | 4 | 13 | 16 | 51 | 32 | 121 |
| Binary | 11011100 | 11010100 | 11000011 | 0 | 100 | 1011 | 1110 | 101001 | 11010 | 1010001 |
Color Harmonies of #DCD4C3
Complementary color
Monochromatic Colors of #DCD4C3
Black with #DCD4C3
Text Example
Text Example
White with #DCD4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4C3; }
p { color: rgb(220,212,195); }
H1.HeaderClassName
{
color: #DCD4C3;
}
.AnyTagClassName
{
color: #DCD4C3;
}
</style>
background-color css
<style>
a { background-color: #DCD4C3; }
a { background-color: rgb(220,212,195); }
div.DivClassName
{
background-color: #DCD4C3;
}
.BgClassName
{
background-color: #DCD4C3;
}
</style>
border-color css
<style>
span { border-color: #DCD4C3; }
span { border-color: rgb(220,212,195); }
td.TdClassName
{
border-color: #DCD4C3;
}
.TagClassName
{
border-color: #DCD4C3;
}
</style>