Shades of Blanc #DCD3C2
Tints of Blanc #DCD3C2
RGB
CMYK
RGB Variations
Color information
#DCD3C2 (or 0xDCD3C2) is known color: Blanc. HEX triplet: DC, D3 and C2. RGB value is (220,211,194). Sum of RGB (Red+Green+Blue) = 220+211+194=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C2 is #232C3D. Grayscale: #D3D3D3. Windows color (decimal): -2305086 or 12768220. OLE color: 12768220.
HSL color Cylindrical-coordinate representation of color #DCD3C2: hue angle of 39.23º degrees, saturation: 0.27, 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 #DCD3C2 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 194 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.14 |
| HSL | 39.23º | 0.27% | 0.81% | - |
| HSV(B) | 39.23º | 0.12% | 0.86% | - |
| XYZ | 62.55 | 65.7 | 60.42 | - |
| YUV | 211.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 194 | 0 | 0.04 | 0.12 | 0.14 | 39.23 | 0.27 | 0.81 |
| Hex | DC | D3 | C2 | 0 | 4 | C | E | 27 | 1B | 51 |
| Octal | 334 | 323 | 302 | 0 | 4 | 14 | 16 | 47 | 33 | 121 |
| Binary | 11011100 | 11010011 | 11000010 | 0 | 100 | 1100 | 1110 | 100111 | 11011 | 1010001 |
Color Harmonies of #DCD3C2
Complementary color
Monochromatic Colors of #DCD3C2
Black with #DCD3C2
Text Example
Text Example
White with #DCD3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3C2; }
p { color: rgb(220,211,194); }
H1.HeaderClassName
{
color: #DCD3C2;
}
.AnyTagClassName
{
color: #DCD3C2;
}
</style>
background-color css
<style>
a { background-color: #DCD3C2; }
a { background-color: rgb(220,211,194); }
div.DivClassName
{
background-color: #DCD3C2;
}
.BgClassName
{
background-color: #DCD3C2;
}
</style>
border-color css
<style>
span { border-color: #DCD3C2; }
span { border-color: rgb(220,211,194); }
td.TdClassName
{
border-color: #DCD3C2;
}
.TagClassName
{
border-color: #DCD3C2;
}
</style>