Shades of Prim #DCD3D6
Tints of Prim #DCD3D6
RGB
CMYK
RGB Variations
Color information
#DCD3D6 (or 0xDCD3D6) is known color: Prim. HEX triplet: DC, D3 and D6. RGB value is (220,211,214). Sum of RGB (Red+Green+Blue) = 220+211+214=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3D6 is #232C29. Grayscale: #D6D6D6. Windows color (decimal): -2305066 or 14078940. OLE color: 14078940.
HSL color Cylindrical-coordinate representation of color #DCD3D6: hue angle of 340º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD3D6 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 214 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.14 |
| HSL | 340º | 0.11% | 0.85% | - |
| HSV(B) | 340º | 0.04% | 0.86% | - |
| XYZ | 64.95 | 66.66 | 73.06 | - |
| YUV | 214.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 214 | 0 | 0.04 | 0.03 | 0.14 | 340 | 0.11 | 0.85 |
| Hex | DC | D3 | D6 | 0 | 4 | 3 | E | 154 | B | 55 |
| Octal | 334 | 323 | 326 | 0 | 4 | 3 | 16 | 524 | 13 | 125 |
| Binary | 11011100 | 11010011 | 11010110 | 0 | 100 | 11 | 1110 | 101010100 | 1011 | 1010101 |
Color Harmonies of #DCD3D6
Complementary color
Monochromatic Colors of #DCD3D6
Black with #DCD3D6
Text Example
Text Example
White with #DCD3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3D6; }
p { color: rgb(220,211,214); }
H1.HeaderClassName
{
color: #DCD3D6;
}
.AnyTagClassName
{
color: #DCD3D6;
}
</style>
background-color css
<style>
a { background-color: #DCD3D6; }
a { background-color: rgb(220,211,214); }
div.DivClassName
{
background-color: #DCD3D6;
}
.BgClassName
{
background-color: #DCD3D6;
}
</style>
border-color css
<style>
span { border-color: #DCD3D6; }
span { border-color: rgb(220,211,214); }
td.TdClassName
{
border-color: #DCD3D6;
}
.TagClassName
{
border-color: #DCD3D6;
}
</style>