Shades of Fog #DED6E9
Tints of Fog #DED6E9
RGB
CMYK
RGB Variations
Color information
#DED6E9 (or 0xDED6E9) is known color: Fog. HEX triplet: DE, D6 and E9. RGB value is (222,214,233). Sum of RGB (Red+Green+Blue) = 222+214+233=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 233 - color contains mainly: blue. Hex color #DED6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6E9 is #212916. Grayscale: #DADADA. Windows color (decimal): -2173207 or 15324894. OLE color: 15324894.
HSL color Cylindrical-coordinate representation of color #DED6E9: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED6E9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 214 | 233 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.09 |
| HSL | 265.26º | 0.3% | 0.88% | - |
| HSV(B) | 265.26º | 0.08% | 0.91% | - |
| XYZ | 68.88 | 69.51 | 86.88 | - |
| YUV | 218.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 233 | 0.05 | 0.08 | 0 | 0.09 | 265.26 | 0.3 | 0.88 |
| Hex | DE | D6 | E9 | 5 | 8 | 0 | 9 | 109 | 1E | 58 |
| Octal | 336 | 326 | 351 | 5 | 10 | 0 | 11 | 411 | 36 | 130 |
| Binary | 11011110 | 11010110 | 11101001 | 101 | 1000 | 0 | 1001 | 100001001 | 11110 | 1011000 |
Color Harmonies of #DED6E9
Complementary color
Monochromatic Colors of #DED6E9
Black with #DED6E9
Text Example
Text Example
White with #DED6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6E9; }
p { color: rgb(222,214,233); }
H1.HeaderClassName
{
color: #DED6E9;
}
.AnyTagClassName
{
color: #DED6E9;
}
</style>
background-color css
<style>
a { background-color: #DED6E9; }
a { background-color: rgb(222,214,233); }
div.DivClassName
{
background-color: #DED6E9;
}
.BgClassName
{
background-color: #DED6E9;
}
</style>
border-color css
<style>
span { border-color: #DED6E9; }
span { border-color: rgb(222,214,233); }
td.TdClassName
{
border-color: #DED6E9;
}
.TagClassName
{
border-color: #DED6E9;
}
</style>