Shades of Blanc #DCD2C0
Tints of Blanc #DCD2C0
RGB
CMYK
RGB Variations
Color information
#DCD2C0 (or 0xDCD2C0) is known color: Blanc. HEX triplet: DC, D2 and C0. RGB value is (220,210,192). Sum of RGB (Red+Green+Blue) = 220+210+192=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C0 is #232D3F. Grayscale: #D3D3D3. Windows color (decimal): -2305344 or 12636892. OLE color: 12636892.
HSL color Cylindrical-coordinate representation of color #DCD2C0: hue angle of 38.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD2C0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 192 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.14 |
| HSL | 38.57º | 0.29% | 0.81% | - |
| HSV(B) | 38.57º | 0.13% | 0.86% | - |
| XYZ | 62.08 | 65.11 | 59.17 | - |
| YUV | 210.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 192 | 0 | 0.05 | 0.13 | 0.14 | 38.57 | 0.29 | 0.81 |
| Hex | DC | D2 | C0 | 0 | 5 | D | E | 27 | 1D | 51 |
| Octal | 334 | 322 | 300 | 0 | 5 | 15 | 16 | 47 | 35 | 121 |
| Binary | 11011100 | 11010010 | 11000000 | 0 | 101 | 1101 | 1110 | 100111 | 11101 | 1010001 |
Color Harmonies of #DCD2C0
Complementary color
Monochromatic Colors of #DCD2C0
Black with #DCD2C0
Text Example
Text Example
White with #DCD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2C0; }
p { color: rgb(220,210,192); }
H1.HeaderClassName
{
color: #DCD2C0;
}
.AnyTagClassName
{
color: #DCD2C0;
}
</style>
background-color css
<style>
a { background-color: #DCD2C0; }
a { background-color: rgb(220,210,192); }
div.DivClassName
{
background-color: #DCD2C0;
}
.BgClassName
{
background-color: #DCD2C0;
}
</style>
border-color css
<style>
span { border-color: #DCD2C0; }
span { border-color: rgb(220,210,192); }
td.TdClassName
{
border-color: #DCD2C0;
}
.TagClassName
{
border-color: #DCD2C0;
}
</style>