Shades of Blanc #DCD2C2
Tints of Blanc #DCD2C2
RGB
CMYK
RGB Variations
Color information
#DCD2C2 (or 0xDCD2C2) is known color: Blanc. HEX triplet: DC, D2 and C2. RGB value is (220,210,194). Sum of RGB (Red+Green+Blue) = 220+210+194=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C2 is #232D3D. Grayscale: #D3D3D3. Windows color (decimal): -2305342 or 12767964. OLE color: 12767964.
HSL color Cylindrical-coordinate representation of color #DCD2C2: hue angle of 36.92º 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 #DCD2C2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 194 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.14 |
| HSL | 36.92º | 0.27% | 0.81% | - |
| HSV(B) | 36.92º | 0.12% | 0.86% | - |
| XYZ | 62.3 | 65.2 | 60.34 | - |
| YUV | 211.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 194 | 0 | 0.05 | 0.12 | 0.14 | 36.92 | 0.27 | 0.81 |
| Hex | DC | D2 | C2 | 0 | 5 | C | E | 25 | 1B | 51 |
| Octal | 334 | 322 | 302 | 0 | 5 | 14 | 16 | 45 | 33 | 121 |
| Binary | 11011100 | 11010010 | 11000010 | 0 | 101 | 1100 | 1110 | 100101 | 11011 | 1010001 |
Color Harmonies of #DCD2C2
Complementary color
Monochromatic Colors of #DCD2C2
Black with #DCD2C2
Text Example
Text Example
White with #DCD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2C2; }
p { color: rgb(220,210,194); }
H1.HeaderClassName
{
color: #DCD2C2;
}
.AnyTagClassName
{
color: #DCD2C2;
}
</style>
background-color css
<style>
a { background-color: #DCD2C2; }
a { background-color: rgb(220,210,194); }
div.DivClassName
{
background-color: #DCD2C2;
}
.BgClassName
{
background-color: #DCD2C2;
}
</style>
border-color css
<style>
span { border-color: #DCD2C2; }
span { border-color: rgb(220,210,194); }
td.TdClassName
{
border-color: #DCD2C2;
}
.TagClassName
{
border-color: #DCD2C2;
}
</style>