Shades of Fog #DCD3EC
Tints of Fog #DCD3EC
RGB
CMYK
RGB Variations
Color information
#DCD3EC (or 0xDCD3EC) is known color: Fog. HEX triplet: DC, D3 and EC. RGB value is (220,211,236). Sum of RGB (Red+Green+Blue) = 220+211+236=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EC is #232C13. Grayscale: #D8D8D8. Windows color (decimal): -2305044 or 15520732. OLE color: 15520732.
HSL color Cylindrical-coordinate representation of color #DCD3EC: hue angle of 261.6º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD3EC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 211 | 236 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.07 |
| HSL | 261.6º | 0.4% | 0.88% | - |
| HSV(B) | 261.6º | 0.11% | 0.93% | - |
| XYZ | 67.95 | 67.86 | 88.87 | - |
| YUV | 216.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 236 | 0.07 | 0.11 | 0 | 0.07 | 261.6 | 0.4 | 0.88 |
| Hex | DC | D3 | EC | 7 | B | 0 | 7 | 106 | 28 | 58 |
| Octal | 334 | 323 | 354 | 7 | 13 | 0 | 7 | 406 | 50 | 130 |
| Binary | 11011100 | 11010011 | 11101100 | 111 | 1011 | 0 | 111 | 100000110 | 101000 | 1011000 |
Color Harmonies of #DCD3EC
Complementary color
Monochromatic Colors of #DCD3EC
Black with #DCD3EC
Text Example
Text Example
White with #DCD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3EC; }
p { color: rgb(220,211,236); }
H1.HeaderClassName
{
color: #DCD3EC;
}
.AnyTagClassName
{
color: #DCD3EC;
}
</style>
background-color css
<style>
a { background-color: #DCD3EC; }
a { background-color: rgb(220,211,236); }
div.DivClassName
{
background-color: #DCD3EC;
}
.BgClassName
{
background-color: #DCD3EC;
}
</style>
border-color css
<style>
span { border-color: #DCD3EC; }
span { border-color: rgb(220,211,236); }
td.TdClassName
{
border-color: #DCD3EC;
}
.TagClassName
{
border-color: #DCD3EC;
}
</style>