Shades of Fog #DED2EC
Tints of Fog #DED2EC
RGB
CMYK
RGB Variations
Color information
#DED2EC (or 0xDED2EC) is known color: Fog. HEX triplet: DE, D2 and EC. RGB value is (222,210,236). Sum of RGB (Red+Green+Blue) = 222+210+236=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #DED2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2EC is #212D13. Grayscale: #D8D8D8. Windows color (decimal): -2174228 or 15520478. OLE color: 15520478.
HSL color Cylindrical-coordinate representation of color #DED2EC: hue angle of 267.69º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED2EC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 210 | 236 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.07 |
| HSL | 267.69º | 0.41% | 0.87% | - |
| HSV(B) | 267.69º | 0.11% | 0.93% | - |
| XYZ | 68.31 | 67.68 | 88.82 | - |
| YUV | 216.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 236 | 0.06 | 0.11 | 0 | 0.07 | 267.69 | 0.41 | 0.87 |
| Hex | DE | D2 | EC | 6 | B | 0 | 7 | 10C | 29 | 57 |
| Octal | 336 | 322 | 354 | 6 | 13 | 0 | 7 | 414 | 51 | 127 |
| Binary | 11011110 | 11010010 | 11101100 | 110 | 1011 | 0 | 111 | 100001100 | 101001 | 1010111 |
Color Harmonies of #DED2EC
Complementary color
Monochromatic Colors of #DED2EC
Black with #DED2EC
Text Example
Text Example
White with #DED2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2EC; }
p { color: rgb(222,210,236); }
H1.HeaderClassName
{
color: #DED2EC;
}
.AnyTagClassName
{
color: #DED2EC;
}
</style>
background-color css
<style>
a { background-color: #DED2EC; }
a { background-color: rgb(222,210,236); }
div.DivClassName
{
background-color: #DED2EC;
}
.BgClassName
{
background-color: #DED2EC;
}
</style>
border-color css
<style>
span { border-color: #DED2EC; }
span { border-color: rgb(222,210,236); }
td.TdClassName
{
border-color: #DED2EC;
}
.TagClassName
{
border-color: #DED2EC;
}
</style>