Shades of Blanc #DCD4C6
Tints of Blanc #DCD4C6
RGB
CMYK
RGB Variations
Color information
#DCD4C6 (or 0xDCD4C6) is known color: Blanc. HEX triplet: DC, D4 and C6. RGB value is (220,212,198). Sum of RGB (Red+Green+Blue) = 220+212+198=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4C6 is #232B39. Grayscale: #D4D4D4. Windows color (decimal): -2304826 or 13030620. OLE color: 13030620.
HSL color Cylindrical-coordinate representation of color #DCD4C6: hue angle of 38.18º 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 #DCD4C6 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 198 | - |
| CMYK | 0 | 0.04 | 0.1 | 0.14 |
| HSL | 38.18º | 0.24% | 0.82% | - |
| HSV(B) | 38.18º | 0.1% | 0.86% | - |
| XYZ | 63.25 | 66.38 | 62.9 | - |
| YUV | 212.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 198 | 0 | 0.04 | 0.1 | 0.14 | 38.18 | 0.24 | 0.82 |
| Hex | DC | D4 | C6 | 0 | 4 | A | E | 26 | 18 | 52 |
| Octal | 334 | 324 | 306 | 0 | 4 | 12 | 16 | 46 | 30 | 122 |
| Binary | 11011100 | 11010100 | 11000110 | 0 | 100 | 1010 | 1110 | 100110 | 11000 | 1010010 |
Color Harmonies of #DCD4C6
Complementary color
Monochromatic Colors of #DCD4C6
Black with #DCD4C6
Text Example
Text Example
White with #DCD4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4C6; }
p { color: rgb(220,212,198); }
H1.HeaderClassName
{
color: #DCD4C6;
}
.AnyTagClassName
{
color: #DCD4C6;
}
</style>
background-color css
<style>
a { background-color: #DCD4C6; }
a { background-color: rgb(220,212,198); }
div.DivClassName
{
background-color: #DCD4C6;
}
.BgClassName
{
background-color: #DCD4C6;
}
</style>
border-color css
<style>
span { border-color: #DCD4C6; }
span { border-color: rgb(220,212,198); }
td.TdClassName
{
border-color: #DCD4C6;
}
.TagClassName
{
border-color: #DCD4C6;
}
</style>