Shades of Fog #DED3EF
Tints of Fog #DED3EF
RGB
CMYK
RGB Variations
Color information
#DED3EF (or 0xDED3EF) is known color: Fog. HEX triplet: DE, D3 and EF. RGB value is (222,211,239). Sum of RGB (Red+Green+Blue) = 222+211+239=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #DED3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3EF is #212C10. Grayscale: #D9D9D9. Windows color (decimal): -2173969 or 15717342. OLE color: 15717342.
HSL color Cylindrical-coordinate representation of color #DED3EF: hue angle of 263.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED3EF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 211 | 239 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.06 |
| HSL | 263.57º | 0.47% | 0.88% | - |
| HSV(B) | 263.57º | 0.12% | 0.94% | - |
| XYZ | 69 | 68.35 | 91.22 | - |
| YUV | 217.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 239 | 0.07 | 0.12 | 0 | 0.06 | 263.57 | 0.47 | 0.88 |
| Hex | DE | D3 | EF | 7 | C | 0 | 6 | 108 | 2F | 58 |
| Octal | 336 | 323 | 357 | 7 | 14 | 0 | 6 | 410 | 57 | 130 |
| Binary | 11011110 | 11010011 | 11101111 | 111 | 1100 | 0 | 110 | 100001000 | 101111 | 1011000 |
Color Harmonies of #DED3EF
Complementary color
Monochromatic Colors of #DED3EF
Black with #DED3EF
Text Example
Text Example
White with #DED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3EF; }
p { color: rgb(222,211,239); }
H1.HeaderClassName
{
color: #DED3EF;
}
.AnyTagClassName
{
color: #DED3EF;
}
</style>
background-color css
<style>
a { background-color: #DED3EF; }
a { background-color: rgb(222,211,239); }
div.DivClassName
{
background-color: #DED3EF;
}
.BgClassName
{
background-color: #DED3EF;
}
</style>
border-color css
<style>
span { border-color: #DED3EF; }
span { border-color: rgb(222,211,239); }
td.TdClassName
{
border-color: #DED3EF;
}
.TagClassName
{
border-color: #DED3EF;
}
</style>