Shades of Blanc #DCD0C1
Tints of Blanc #DCD0C1
RGB
CMYK
RGB Variations
Color information
#DCD0C1 (or 0xDCD0C1) is known color: Blanc. HEX triplet: DC, D0 and C1. RGB value is (220,208,193). Sum of RGB (Red+Green+Blue) = 220+208+193=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C1 is #232F3E. Grayscale: #D1D1D1. Windows color (decimal): -2305855 or 12701916. OLE color: 12701916.
HSL color Cylindrical-coordinate representation of color #DCD0C1: hue angle of 33.33º 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 #DCD0C1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 193 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.14 |
| HSL | 33.33º | 0.28% | 0.81% | - |
| HSV(B) | 33.33º | 0.12% | 0.86% | - |
| XYZ | 61.7 | 64.18 | 59.59 | - |
| YUV | 209.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 193 | 0 | 0.05 | 0.12 | 0.14 | 33.33 | 0.28 | 0.81 |
| Hex | DC | D0 | C1 | 0 | 5 | C | E | 21 | 1C | 51 |
| Octal | 334 | 320 | 301 | 0 | 5 | 14 | 16 | 41 | 34 | 121 |
| Binary | 11011100 | 11010000 | 11000001 | 0 | 101 | 1100 | 1110 | 100001 | 11100 | 1010001 |
Color Harmonies of #DCD0C1
Complementary color
Monochromatic Colors of #DCD0C1
Black with #DCD0C1
Text Example
Text Example
White with #DCD0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0C1; }
p { color: rgb(220,208,193); }
H1.HeaderClassName
{
color: #DCD0C1;
}
.AnyTagClassName
{
color: #DCD0C1;
}
</style>
background-color css
<style>
a { background-color: #DCD0C1; }
a { background-color: rgb(220,208,193); }
div.DivClassName
{
background-color: #DCD0C1;
}
.BgClassName
{
background-color: #DCD0C1;
}
</style>
border-color css
<style>
span { border-color: #DCD0C1; }
span { border-color: rgb(220,208,193); }
td.TdClassName
{
border-color: #DCD0C1;
}
.TagClassName
{
border-color: #DCD0C1;
}
</style>