Shades of Fog #DED4EE
Tints of Fog #DED4EE
RGB
CMYK
RGB Variations
Color information
#DED4EE (or 0xDED4EE) is known color: Fog. HEX triplet: DE, D4 and EE. RGB value is (222,212,238). Sum of RGB (Red+Green+Blue) = 222+212+238=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4EE is #212B11. Grayscale: #D9D9D9. Windows color (decimal): -2173714 or 15652062. OLE color: 15652062.
HSL color Cylindrical-coordinate representation of color #DED4EE: hue angle of 263.08º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED4EE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 212 | 238 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.07 |
| HSL | 263.08º | 0.43% | 0.88% | - |
| HSV(B) | 263.08º | 0.11% | 0.93% | - |
| XYZ | 69.1 | 68.79 | 90.52 | - |
| YUV | 217.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 238 | 0.07 | 0.11 | 0 | 0.07 | 263.08 | 0.43 | 0.88 |
| Hex | DE | D4 | EE | 7 | B | 0 | 7 | 107 | 2B | 58 |
| Octal | 336 | 324 | 356 | 7 | 13 | 0 | 7 | 407 | 53 | 130 |
| Binary | 11011110 | 11010100 | 11101110 | 111 | 1011 | 0 | 111 | 100000111 | 101011 | 1011000 |
Color Harmonies of #DED4EE
Complementary color
Monochromatic Colors of #DED4EE
Black with #DED4EE
Text Example
Text Example
White with #DED4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4EE; }
p { color: rgb(222,212,238); }
H1.HeaderClassName
{
color: #DED4EE;
}
.AnyTagClassName
{
color: #DED4EE;
}
</style>
background-color css
<style>
a { background-color: #DED4EE; }
a { background-color: rgb(222,212,238); }
div.DivClassName
{
background-color: #DED4EE;
}
.BgClassName
{
background-color: #DED4EE;
}
</style>
border-color css
<style>
span { border-color: #DED4EE; }
span { border-color: rgb(222,212,238); }
td.TdClassName
{
border-color: #DED4EE;
}
.TagClassName
{
border-color: #DED4EE;
}
</style>