Shades of Fog #DCD1E9
Tints of Fog #DCD1E9
RGB
CMYK
RGB Variations
Color information
#DCD1E9 (or 0xDCD1E9) is known color: Fog. HEX triplet: DC, D1 and E9. RGB value is (220,209,233). Sum of RGB (Red+Green+Blue) = 220+209+233=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCD1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1E9 is #232E16. Grayscale: #D6D6D6. Windows color (decimal): -2305559 or 15323612. OLE color: 15323612.
HSL color Cylindrical-coordinate representation of color #DCD1E9: hue angle of 267.5º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD1E9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 209 | 233 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.09 |
| HSL | 267.5º | 0.35% | 0.87% | - |
| HSV(B) | 267.5º | 0.1% | 0.91% | - |
| XYZ | 67.02 | 66.7 | 86.43 | - |
| YUV | 215.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 233 | 0.06 | 0.10 | 0 | 0.09 | 267.5 | 0.35 | 0.87 |
| Hex | DC | D1 | E9 | 6 | A | 0 | 9 | 10C | 23 | 57 |
| Octal | 334 | 321 | 351 | 6 | 12 | 0 | 11 | 414 | 43 | 127 |
| Binary | 11011100 | 11010001 | 11101001 | 110 | 1010 | 0 | 1001 | 100001100 | 100011 | 1010111 |
Color Harmonies of #DCD1E9
Complementary color
Monochromatic Colors of #DCD1E9
Black with #DCD1E9
Text Example
Text Example
White with #DCD1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1E9; }
p { color: rgb(220,209,233); }
H1.HeaderClassName
{
color: #DCD1E9;
}
.AnyTagClassName
{
color: #DCD1E9;
}
</style>
background-color css
<style>
a { background-color: #DCD1E9; }
a { background-color: rgb(220,209,233); }
div.DivClassName
{
background-color: #DCD1E9;
}
.BgClassName
{
background-color: #DCD1E9;
}
</style>
border-color css
<style>
span { border-color: #DCD1E9; }
span { border-color: rgb(220,209,233); }
td.TdClassName
{
border-color: #DCD1E9;
}
.TagClassName
{
border-color: #DCD1E9;
}
</style>