Shades of Fog #DCD1EE
Tints of Fog #DCD1EE
RGB
CMYK
RGB Variations
Color information
#DCD1EE (or 0xDCD1EE) is known color: Fog. HEX triplet: DC, D1 and EE. RGB value is (220,209,238). Sum of RGB (Red+Green+Blue) = 220+209+238=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1EE is #232E11. Grayscale: #D7D7D7. Windows color (decimal): -2305554 or 15651292. OLE color: 15651292.
HSL color Cylindrical-coordinate representation of color #DCD1EE: hue angle of 262.76º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD1EE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 209 | 238 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.07 |
| HSL | 262.76º | 0.46% | 0.88% | - |
| HSV(B) | 262.76º | 0.12% | 0.93% | - |
| XYZ | 67.75 | 66.99 | 90.25 | - |
| YUV | 215.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 238 | 0.08 | 0.12 | 0 | 0.07 | 262.76 | 0.46 | 0.88 |
| Hex | DC | D1 | EE | 8 | C | 0 | 7 | 107 | 2E | 58 |
| Octal | 334 | 321 | 356 | 10 | 14 | 0 | 7 | 407 | 56 | 130 |
| Binary | 11011100 | 11010001 | 11101110 | 1000 | 1100 | 0 | 111 | 100000111 | 101110 | 1011000 |
Color Harmonies of #DCD1EE
Complementary color
Monochromatic Colors of #DCD1EE
Black with #DCD1EE
Text Example
Text Example
White with #DCD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1EE; }
p { color: rgb(220,209,238); }
H1.HeaderClassName
{
color: #DCD1EE;
}
.AnyTagClassName
{
color: #DCD1EE;
}
</style>
background-color css
<style>
a { background-color: #DCD1EE; }
a { background-color: rgb(220,209,238); }
div.DivClassName
{
background-color: #DCD1EE;
}
.BgClassName
{
background-color: #DCD1EE;
}
</style>
border-color css
<style>
span { border-color: #DCD1EE; }
span { border-color: rgb(220,209,238); }
td.TdClassName
{
border-color: #DCD1EE;
}
.TagClassName
{
border-color: #DCD1EE;
}
</style>