Shades of Fog #DED4EF
Tints of Fog #DED4EF
RGB
CMYK
RGB Variations
Color information
#DED4EF (or 0xDED4EF) is known color: Fog. HEX triplet: DE, D4 and EF. RGB value is (222,212,239). Sum of RGB (Red+Green+Blue) = 222+212+239=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #DED4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4EF is #212B10. Grayscale: #D9D9D9. Windows color (decimal): -2173713 or 15717598. OLE color: 15717598.
HSL color Cylindrical-coordinate representation of color #DED4EF: hue angle of 262.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED4EF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 212 | 239 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.06 |
| HSL | 262.22º | 0.46% | 0.88% | - |
| HSV(B) | 262.22º | 0.11% | 0.94% | - |
| XYZ | 69.25 | 68.85 | 91.3 | - |
| YUV | 218.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 239 | 0.07 | 0.11 | 0 | 0.06 | 262.22 | 0.46 | 0.88 |
| Hex | DE | D4 | EF | 7 | B | 0 | 6 | 106 | 2E | 58 |
| Octal | 336 | 324 | 357 | 7 | 13 | 0 | 6 | 406 | 56 | 130 |
| Binary | 11011110 | 11010100 | 11101111 | 111 | 1011 | 0 | 110 | 100000110 | 101110 | 1011000 |
Color Harmonies of #DED4EF
Complementary color
Monochromatic Colors of #DED4EF
Black with #DED4EF
Text Example
Text Example
White with #DED4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4EF; }
p { color: rgb(222,212,239); }
H1.HeaderClassName
{
color: #DED4EF;
}
.AnyTagClassName
{
color: #DED4EF;
}
</style>
background-color css
<style>
a { background-color: #DED4EF; }
a { background-color: rgb(222,212,239); }
div.DivClassName
{
background-color: #DED4EF;
}
.BgClassName
{
background-color: #DED4EF;
}
</style>
border-color css
<style>
span { border-color: #DED4EF; }
span { border-color: rgb(222,212,239); }
td.TdClassName
{
border-color: #DED4EF;
}
.TagClassName
{
border-color: #DED4EF;
}
</style>