Shades of Blanc #DCD1C1
Tints of Blanc #DCD1C1
RGB
CMYK
RGB Variations
Color information
#DCD1C1 (or 0xDCD1C1) is known color: Blanc. HEX triplet: DC, D1 and C1. RGB value is (220,209,193). Sum of RGB (Red+Green+Blue) = 220+209+193=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1C1 is #232E3E. Grayscale: #D2D2D2. Windows color (decimal): -2305599 or 12702172. OLE color: 12702172.
HSL color Cylindrical-coordinate representation of color #DCD1C1: hue angle of 35.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD1C1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 193 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.14 |
| HSL | 35.56º | 0.28% | 0.81% | - |
| HSV(B) | 35.56º | 0.12% | 0.86% | - |
| XYZ | 61.94 | 64.67 | 59.67 | - |
| YUV | 210.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 193 | 0 | 0.05 | 0.12 | 0.14 | 35.56 | 0.28 | 0.81 |
| Hex | DC | D1 | C1 | 0 | 5 | C | E | 24 | 1C | 51 |
| Octal | 334 | 321 | 301 | 0 | 5 | 14 | 16 | 44 | 34 | 121 |
| Binary | 11011100 | 11010001 | 11000001 | 0 | 101 | 1100 | 1110 | 100100 | 11100 | 1010001 |
Color Harmonies of #DCD1C1
Complementary color
Monochromatic Colors of #DCD1C1
Black with #DCD1C1
Text Example
Text Example
White with #DCD1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1C1; }
p { color: rgb(220,209,193); }
H1.HeaderClassName
{
color: #DCD1C1;
}
.AnyTagClassName
{
color: #DCD1C1;
}
</style>
background-color css
<style>
a { background-color: #DCD1C1; }
a { background-color: rgb(220,209,193); }
div.DivClassName
{
background-color: #DCD1C1;
}
.BgClassName
{
background-color: #DCD1C1;
}
</style>
border-color css
<style>
span { border-color: #DCD1C1; }
span { border-color: rgb(220,209,193); }
td.TdClassName
{
border-color: #DCD1C1;
}
.TagClassName
{
border-color: #DCD1C1;
}
</style>