Shades of Fog #DED1EE
Tints of Fog #DED1EE
RGB
CMYK
RGB Variations
Color information
#DED1EE (or 0xDED1EE) is known color: Fog. HEX triplet: DE, D1 and EE. RGB value is (222,209,238). Sum of RGB (Red+Green+Blue) = 222+209+238=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1EE is #212E11. Grayscale: #D8D8D8. Windows color (decimal): -2174482 or 15651294. OLE color: 15651294.
HSL color Cylindrical-coordinate representation of color #DED1EE: hue angle of 266.9º degrees, saturation: 0.46, 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 #DED1EE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 209 | 238 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.07 |
| HSL | 266.9º | 0.46% | 0.88% | - |
| HSV(B) | 266.9º | 0.12% | 0.93% | - |
| XYZ | 68.36 | 67.3 | 90.28 | - |
| YUV | 216.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 238 | 0.07 | 0.12 | 0 | 0.07 | 266.9 | 0.46 | 0.88 |
| Hex | DE | D1 | EE | 7 | C | 0 | 7 | 10B | 2E | 58 |
| Octal | 336 | 321 | 356 | 7 | 14 | 0 | 7 | 413 | 56 | 130 |
| Binary | 11011110 | 11010001 | 11101110 | 111 | 1100 | 0 | 111 | 100001011 | 101110 | 1011000 |
Color Harmonies of #DED1EE
Complementary color
Monochromatic Colors of #DED1EE
Black with #DED1EE
Text Example
Text Example
White with #DED1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1EE; }
p { color: rgb(222,209,238); }
H1.HeaderClassName
{
color: #DED1EE;
}
.AnyTagClassName
{
color: #DED1EE;
}
</style>
background-color css
<style>
a { background-color: #DED1EE; }
a { background-color: rgb(222,209,238); }
div.DivClassName
{
background-color: #DED1EE;
}
.BgClassName
{
background-color: #DED1EE;
}
</style>
border-color css
<style>
span { border-color: #DED1EE; }
span { border-color: rgb(222,209,238); }
td.TdClassName
{
border-color: #DED1EE;
}
.TagClassName
{
border-color: #DED1EE;
}
</style>