Shades of Fog #DED2F6
Tints of Fog #DED2F6
RGB
CMYK
RGB Variations
Color information
#DED2F6 (or 0xDED2F6) is known color: Fog. HEX triplet: DE, D2 and F6. RGB value is (222,210,246). Sum of RGB (Red+Green+Blue) = 222+210+246=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #DED2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2F6 is #212D09. Grayscale: #D9D9D9. Windows color (decimal): -2174218 or 16175838. OLE color: 16175838.
HSL color Cylindrical-coordinate representation of color #DED2F6: hue angle of 260º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED2F6 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 210 | 246 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.04 |
| HSL | 260º | 0.67% | 0.89% | - |
| HSV(B) | 260º | 0.15% | 0.96% | - |
| XYZ | 69.81 | 68.28 | 96.69 | - |
| YUV | 217.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 246 | 0.10 | 0.15 | 0 | 0.04 | 260 | 0.67 | 0.89 |
| Hex | DE | D2 | F6 | A | F | 0 | 4 | 104 | 43 | 59 |
| Octal | 336 | 322 | 366 | 12 | 17 | 0 | 4 | 404 | 103 | 131 |
| Binary | 11011110 | 11010010 | 11110110 | 1010 | 1111 | 0 | 100 | 100000100 | 1000011 | 1011001 |
Color Harmonies of #DED2F6
Complementary color
Monochromatic Colors of #DED2F6
Black with #DED2F6
Text Example
Text Example
White with #DED2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2F6; }
p { color: rgb(222,210,246); }
H1.HeaderClassName
{
color: #DED2F6;
}
.AnyTagClassName
{
color: #DED2F6;
}
</style>
background-color css
<style>
a { background-color: #DED2F6; }
a { background-color: rgb(222,210,246); }
div.DivClassName
{
background-color: #DED2F6;
}
.BgClassName
{
background-color: #DED2F6;
}
</style>
border-color css
<style>
span { border-color: #DED2F6; }
span { border-color: rgb(222,210,246); }
td.TdClassName
{
border-color: #DED2F6;
}
.TagClassName
{
border-color: #DED2F6;
}
</style>