Shades of Fog #DED3EE
Tints of Fog #DED3EE
RGB
CMYK
RGB Variations
Color information
#DED3EE (or 0xDED3EE) is known color: Fog. HEX triplet: DE, D3 and EE. RGB value is (222,211,238). Sum of RGB (Red+Green+Blue) = 222+211+238=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3EE is #212C11. Grayscale: #D9D9D9. Windows color (decimal): -2173970 or 15651806. OLE color: 15651806.
HSL color Cylindrical-coordinate representation of color #DED3EE: hue angle of 264.44º degrees, saturation: 0.44, 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 #DED3EE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 211 | 238 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.07 |
| HSL | 264.44º | 0.44% | 0.88% | - |
| HSV(B) | 264.44º | 0.11% | 0.93% | - |
| XYZ | 68.85 | 68.29 | 90.44 | - |
| YUV | 217.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 238 | 0.07 | 0.11 | 0 | 0.07 | 264.44 | 0.44 | 0.88 |
| Hex | DE | D3 | EE | 7 | B | 0 | 7 | 108 | 2C | 58 |
| Octal | 336 | 323 | 356 | 7 | 13 | 0 | 7 | 410 | 54 | 130 |
| Binary | 11011110 | 11010011 | 11101110 | 111 | 1011 | 0 | 111 | 100001000 | 101100 | 1011000 |
Color Harmonies of #DED3EE
Complementary color
Monochromatic Colors of #DED3EE
Black with #DED3EE
Text Example
Text Example
White with #DED3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3EE; }
p { color: rgb(222,211,238); }
H1.HeaderClassName
{
color: #DED3EE;
}
.AnyTagClassName
{
color: #DED3EE;
}
</style>
background-color css
<style>
a { background-color: #DED3EE; }
a { background-color: rgb(222,211,238); }
div.DivClassName
{
background-color: #DED3EE;
}
.BgClassName
{
background-color: #DED3EE;
}
</style>
border-color css
<style>
span { border-color: #DED3EE; }
span { border-color: rgb(222,211,238); }
td.TdClassName
{
border-color: #DED3EE;
}
.TagClassName
{
border-color: #DED3EE;
}
</style>