Shades of Fog #DED6EE
Tints of Fog #DED6EE
RGB
CMYK
RGB Variations
Color information
#DED6EE (or 0xDED6EE) is known color: Fog. HEX triplet: DE, D6 and EE. RGB value is (222,214,238). Sum of RGB (Red+Green+Blue) = 222+214+238=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6EE is #212911. Grayscale: #DBDBDB. Windows color (decimal): -2173202 or 15652574. OLE color: 15652574.
HSL color Cylindrical-coordinate representation of color #DED6EE: hue angle of 260º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED6EE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 214 | 238 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.07 |
| HSL | 260º | 0.41% | 0.89% | - |
| HSV(B) | 260º | 0.1% | 0.93% | - |
| XYZ | 69.6 | 69.8 | 90.69 | - |
| YUV | 219.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 238 | 0.07 | 0.10 | 0 | 0.07 | 260 | 0.41 | 0.89 |
| Hex | DE | D6 | EE | 7 | A | 0 | 7 | 104 | 29 | 59 |
| Octal | 336 | 326 | 356 | 7 | 12 | 0 | 7 | 404 | 51 | 131 |
| Binary | 11011110 | 11010110 | 11101110 | 111 | 1010 | 0 | 111 | 100000100 | 101001 | 1011001 |
Color Harmonies of #DED6EE
Complementary color
Monochromatic Colors of #DED6EE
Black with #DED6EE
Text Example
Text Example
White with #DED6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6EE; }
p { color: rgb(222,214,238); }
H1.HeaderClassName
{
color: #DED6EE;
}
.AnyTagClassName
{
color: #DED6EE;
}
</style>
background-color css
<style>
a { background-color: #DED6EE; }
a { background-color: rgb(222,214,238); }
div.DivClassName
{
background-color: #DED6EE;
}
.BgClassName
{
background-color: #DED6EE;
}
</style>
border-color css
<style>
span { border-color: #DED6EE; }
span { border-color: rgb(222,214,238); }
td.TdClassName
{
border-color: #DED6EE;
}
.TagClassName
{
border-color: #DED6EE;
}
</style>