Shades of Fog #DED2EE
Tints of Fog #DED2EE
RGB
CMYK
RGB Variations
Color information
#DED2EE (or 0xDED2EE) is known color: Fog. HEX triplet: DE, D2 and EE. RGB value is (222,210,238). Sum of RGB (Red+Green+Blue) = 222+210+238=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2EE is #212D11. Grayscale: #D8D8D8. Windows color (decimal): -2174226 or 15651550. OLE color: 15651550.
HSL color Cylindrical-coordinate representation of color #DED2EE: hue angle of 265.71º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED2EE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 210 | 238 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.07 |
| HSL | 265.71º | 0.45% | 0.88% | - |
| HSV(B) | 265.71º | 0.12% | 0.93% | - |
| XYZ | 68.6 | 67.8 | 90.36 | - |
| YUV | 216.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 238 | 0.07 | 0.12 | 0 | 0.07 | 265.71 | 0.45 | 0.88 |
| Hex | DE | D2 | EE | 7 | C | 0 | 7 | 10A | 2D | 58 |
| Octal | 336 | 322 | 356 | 7 | 14 | 0 | 7 | 412 | 55 | 130 |
| Binary | 11011110 | 11010010 | 11101110 | 111 | 1100 | 0 | 111 | 100001010 | 101101 | 1011000 |
Color Harmonies of #DED2EE
Complementary color
Monochromatic Colors of #DED2EE
Black with #DED2EE
Text Example
Text Example
White with #DED2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2EE; }
p { color: rgb(222,210,238); }
H1.HeaderClassName
{
color: #DED2EE;
}
.AnyTagClassName
{
color: #DED2EE;
}
</style>
background-color css
<style>
a { background-color: #DED2EE; }
a { background-color: rgb(222,210,238); }
div.DivClassName
{
background-color: #DED2EE;
}
.BgClassName
{
background-color: #DED2EE;
}
</style>
border-color css
<style>
span { border-color: #DED2EE; }
span { border-color: rgb(222,210,238); }
td.TdClassName
{
border-color: #DED2EE;
}
.TagClassName
{
border-color: #DED2EE;
}
</style>