Shades of Fog #DCD3EE
Tints of Fog #DCD3EE
RGB
CMYK
RGB Variations
Color information
#DCD3EE (or 0xDCD3EE) is known color: Fog. HEX triplet: DC, D3 and EE. RGB value is (220,211,238). Sum of RGB (Red+Green+Blue) = 220+211+238=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3EE is #232C11. Grayscale: #D8D8D8. Windows color (decimal): -2305042 or 15651804. OLE color: 15651804.
HSL color Cylindrical-coordinate representation of color #DCD3EE: hue angle of 260º degrees, saturation: 0.44, 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 #DCD3EE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 211 | 238 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.07 |
| HSL | 260º | 0.44% | 0.88% | - |
| HSV(B) | 260º | 0.11% | 0.93% | - |
| XYZ | 68.24 | 67.98 | 90.41 | - |
| YUV | 216.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 238 | 0.08 | 0.11 | 0 | 0.07 | 260 | 0.44 | 0.88 |
| Hex | DC | D3 | EE | 8 | B | 0 | 7 | 104 | 2C | 58 |
| Octal | 334 | 323 | 356 | 10 | 13 | 0 | 7 | 404 | 54 | 130 |
| Binary | 11011100 | 11010011 | 11101110 | 1000 | 1011 | 0 | 111 | 100000100 | 101100 | 1011000 |
Color Harmonies of #DCD3EE
Complementary color
Monochromatic Colors of #DCD3EE
Black with #DCD3EE
Text Example
Text Example
White with #DCD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3EE; }
p { color: rgb(220,211,238); }
H1.HeaderClassName
{
color: #DCD3EE;
}
.AnyTagClassName
{
color: #DCD3EE;
}
</style>
background-color css
<style>
a { background-color: #DCD3EE; }
a { background-color: rgb(220,211,238); }
div.DivClassName
{
background-color: #DCD3EE;
}
.BgClassName
{
background-color: #DCD3EE;
}
</style>
border-color css
<style>
span { border-color: #DCD3EE; }
span { border-color: rgb(220,211,238); }
td.TdClassName
{
border-color: #DCD3EE;
}
.TagClassName
{
border-color: #DCD3EE;
}
</style>