Shades of Blanc #DCD4C4
Tints of Blanc #DCD4C4
RGB
CMYK
RGB Variations
Color information
#DCD4C4 (or 0xDCD4C4) is known color: Blanc. HEX triplet: DC, D4 and C4. RGB value is (220,212,196). Sum of RGB (Red+Green+Blue) = 220+212+196=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4C4 is #232B3B. Grayscale: #D4D4D4. Windows color (decimal): -2304828 or 12899548. OLE color: 12899548.
HSL color Cylindrical-coordinate representation of color #DCD4C4: hue angle of 40º 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 #DCD4C4 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 196 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.14 |
| HSL | 40º | 0.26% | 0.82% | - |
| HSV(B) | 40º | 0.11% | 0.86% | - |
| XYZ | 63.02 | 66.29 | 61.7 | - |
| YUV | 212.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 196 | 0 | 0.04 | 0.11 | 0.14 | 40 | 0.26 | 0.82 |
| Hex | DC | D4 | C4 | 0 | 4 | B | E | 28 | 1A | 52 |
| Octal | 334 | 324 | 304 | 0 | 4 | 13 | 16 | 50 | 32 | 122 |
| Binary | 11011100 | 11010100 | 11000100 | 0 | 100 | 1011 | 1110 | 101000 | 11010 | 1010010 |
Color Harmonies of #DCD4C4
Complementary color
Monochromatic Colors of #DCD4C4
Black with #DCD4C4
Text Example
Text Example
White with #DCD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4C4; }
p { color: rgb(220,212,196); }
H1.HeaderClassName
{
color: #DCD4C4;
}
.AnyTagClassName
{
color: #DCD4C4;
}
</style>
background-color css
<style>
a { background-color: #DCD4C4; }
a { background-color: rgb(220,212,196); }
div.DivClassName
{
background-color: #DCD4C4;
}
.BgClassName
{
background-color: #DCD4C4;
}
</style>
border-color css
<style>
span { border-color: #DCD4C4; }
span { border-color: rgb(220,212,196); }
td.TdClassName
{
border-color: #DCD4C4;
}
.TagClassName
{
border-color: #DCD4C4;
}
</style>