Shades of Blanc #DCD2C5
Tints of Blanc #DCD2C5
RGB
CMYK
RGB Variations
Color information
#DCD2C5 (or 0xDCD2C5) is known color: Blanc. HEX triplet: DC, D2 and C5. RGB value is (220,210,197). Sum of RGB (Red+Green+Blue) = 220+210+197=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C5 is #232D3A. Grayscale: #D3D3D3. Windows color (decimal): -2305339 or 12964572. OLE color: 12964572.
HSL color Cylindrical-coordinate representation of color #DCD2C5: hue angle of 33.91º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD2C5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 197 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.14 |
| HSL | 33.91º | 0.25% | 0.82% | - |
| HSV(B) | 33.91º | 0.1% | 0.86% | - |
| XYZ | 62.64 | 65.34 | 62.13 | - |
| YUV | 211.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 197 | 0 | 0.05 | 0.10 | 0.14 | 33.91 | 0.25 | 0.82 |
| Hex | DC | D2 | C5 | 0 | 5 | A | E | 22 | 19 | 52 |
| Octal | 334 | 322 | 305 | 0 | 5 | 12 | 16 | 42 | 31 | 122 |
| Binary | 11011100 | 11010010 | 11000101 | 0 | 101 | 1010 | 1110 | 100010 | 11001 | 1010010 |
Color Harmonies of #DCD2C5
Complementary color
Monochromatic Colors of #DCD2C5
Black with #DCD2C5
Text Example
Text Example
White with #DCD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2C5; }
p { color: rgb(220,210,197); }
H1.HeaderClassName
{
color: #DCD2C5;
}
.AnyTagClassName
{
color: #DCD2C5;
}
</style>
background-color css
<style>
a { background-color: #DCD2C5; }
a { background-color: rgb(220,210,197); }
div.DivClassName
{
background-color: #DCD2C5;
}
.BgClassName
{
background-color: #DCD2C5;
}
</style>
border-color css
<style>
span { border-color: #DCD2C5; }
span { border-color: rgb(220,210,197); }
td.TdClassName
{
border-color: #DCD2C5;
}
.TagClassName
{
border-color: #DCD2C5;
}
</style>