Shades of Blanc #DCD3C1
Tints of Blanc #DCD3C1
RGB
CMYK
RGB Variations
Color information
#DCD3C1 (or 0xDCD3C1) is known color: Blanc. HEX triplet: DC, D3 and C1. RGB value is (220,211,193). Sum of RGB (Red+Green+Blue) = 220+211+193=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C1 is #232C3E. Grayscale: #D3D3D3. Windows color (decimal): -2305087 or 12702684. OLE color: 12702684.
HSL color Cylindrical-coordinate representation of color #DCD3C1: hue angle of 40º 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 #DCD3C1 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 193 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.14 |
| HSL | 40º | 0.28% | 0.81% | - |
| HSV(B) | 40º | 0.12% | 0.86% | - |
| XYZ | 62.44 | 65.65 | 59.83 | - |
| YUV | 211.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 193 | 0 | 0.04 | 0.12 | 0.14 | 40 | 0.28 | 0.81 |
| Hex | DC | D3 | C1 | 0 | 4 | C | E | 28 | 1C | 51 |
| Octal | 334 | 323 | 301 | 0 | 4 | 14 | 16 | 50 | 34 | 121 |
| Binary | 11011100 | 11010011 | 11000001 | 0 | 100 | 1100 | 1110 | 101000 | 11100 | 1010001 |
Color Harmonies of #DCD3C1
Complementary color
Monochromatic Colors of #DCD3C1
Black with #DCD3C1
Text Example
Text Example
White with #DCD3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3C1; }
p { color: rgb(220,211,193); }
H1.HeaderClassName
{
color: #DCD3C1;
}
.AnyTagClassName
{
color: #DCD3C1;
}
</style>
background-color css
<style>
a { background-color: #DCD3C1; }
a { background-color: rgb(220,211,193); }
div.DivClassName
{
background-color: #DCD3C1;
}
.BgClassName
{
background-color: #DCD3C1;
}
</style>
border-color css
<style>
span { border-color: #DCD3C1; }
span { border-color: rgb(220,211,193); }
td.TdClassName
{
border-color: #DCD3C1;
}
.TagClassName
{
border-color: #DCD3C1;
}
</style>