Shades of Fog #DCD3EF
Tints of Fog #DCD3EF
RGB
CMYK
RGB Variations
Color information
#DCD3EF (or 0xDCD3EF) is known color: Fog. HEX triplet: DC, D3 and EF. RGB value is (220,211,239). Sum of RGB (Red+Green+Blue) = 220+211+239=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EF is #232C10. Grayscale: #D8D8D8. Windows color (decimal): -2305041 or 15717340. OLE color: 15717340.
HSL color Cylindrical-coordinate representation of color #DCD3EF: hue angle of 259.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD3EF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 211 | 239 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.06 |
| HSL | 259.29º | 0.47% | 0.88% | - |
| HSV(B) | 259.29º | 0.12% | 0.94% | - |
| XYZ | 68.39 | 68.04 | 91.19 | - |
| YUV | 216.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 239 | 0.08 | 0.12 | 0 | 0.06 | 259.29 | 0.47 | 0.88 |
| Hex | DC | D3 | EF | 8 | C | 0 | 6 | 103 | 2F | 58 |
| Octal | 334 | 323 | 357 | 10 | 14 | 0 | 6 | 403 | 57 | 130 |
| Binary | 11011100 | 11010011 | 11101111 | 1000 | 1100 | 0 | 110 | 100000011 | 101111 | 1011000 |
Color Harmonies of #DCD3EF
Complementary color
Monochromatic Colors of #DCD3EF
Black with #DCD3EF
Text Example
Text Example
White with #DCD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3EF; }
p { color: rgb(220,211,239); }
H1.HeaderClassName
{
color: #DCD3EF;
}
.AnyTagClassName
{
color: #DCD3EF;
}
</style>
background-color css
<style>
a { background-color: #DCD3EF; }
a { background-color: rgb(220,211,239); }
div.DivClassName
{
background-color: #DCD3EF;
}
.BgClassName
{
background-color: #DCD3EF;
}
</style>
border-color css
<style>
span { border-color: #DCD3EF; }
span { border-color: rgb(220,211,239); }
td.TdClassName
{
border-color: #DCD3EF;
}
.TagClassName
{
border-color: #DCD3EF;
}
</style>