Shades of Fog #DED6EC
Tints of Fog #DED6EC
RGB
CMYK
RGB Variations
Color information
#DED6EC (or 0xDED6EC) is known color: Fog. HEX triplet: DE, D6 and EC. RGB value is (222,214,236). Sum of RGB (Red+Green+Blue) = 222+214+236=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DED6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6EC is #212913. Grayscale: #DADADA. Windows color (decimal): -2173204 or 15521502. OLE color: 15521502.
HSL color Cylindrical-coordinate representation of color #DED6EC: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED6EC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 214 | 236 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.07 |
| HSL | 261.82º | 0.37% | 0.88% | - |
| HSV(B) | 261.82º | 0.09% | 0.93% | - |
| XYZ | 69.31 | 69.68 | 89.15 | - |
| YUV | 218.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 236 | 0.06 | 0.09 | 0 | 0.07 | 261.82 | 0.37 | 0.88 |
| Hex | DE | D6 | EC | 6 | 9 | 0 | 7 | 106 | 25 | 58 |
| Octal | 336 | 326 | 354 | 6 | 11 | 0 | 7 | 406 | 45 | 130 |
| Binary | 11011110 | 11010110 | 11101100 | 110 | 1001 | 0 | 111 | 100000110 | 100101 | 1011000 |
Color Harmonies of #DED6EC
Complementary color
Monochromatic Colors of #DED6EC
Black with #DED6EC
Text Example
Text Example
White with #DED6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6EC; }
p { color: rgb(222,214,236); }
H1.HeaderClassName
{
color: #DED6EC;
}
.AnyTagClassName
{
color: #DED6EC;
}
</style>
background-color css
<style>
a { background-color: #DED6EC; }
a { background-color: rgb(222,214,236); }
div.DivClassName
{
background-color: #DED6EC;
}
.BgClassName
{
background-color: #DED6EC;
}
</style>
border-color css
<style>
span { border-color: #DED6EC; }
span { border-color: rgb(222,214,236); }
td.TdClassName
{
border-color: #DED6EC;
}
.TagClassName
{
border-color: #DED6EC;
}
</style>