Shades of Fog #DED2F7
Tints of Fog #DED2F7
RGB
CMYK
RGB Variations
Color information
#DED2F7 (or 0xDED2F7) is known color: Fog. HEX triplet: DE, D2 and F7. RGB value is (222,210,247). Sum of RGB (Red+Green+Blue) = 222+210+247=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #DED2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2F7 is #212D08. Grayscale: #D9D9D9. Windows color (decimal): -2174217 or 16241374. OLE color: 16241374.
HSL color Cylindrical-coordinate representation of color #DED2F7: hue angle of 259.46º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED2F7 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 210 | 247 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.03 |
| HSL | 259.46º | 0.7% | 0.9% | - |
| HSV(B) | 259.46º | 0.15% | 0.97% | - |
| XYZ | 69.96 | 68.34 | 97.5 | - |
| YUV | 217.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 247 | 0.10 | 0.15 | 0 | 0.03 | 259.46 | 0.7 | 0.9 |
| Hex | DE | D2 | F7 | A | F | 0 | 3 | 103 | 46 | 5A |
| Octal | 336 | 322 | 367 | 12 | 17 | 0 | 3 | 403 | 106 | 132 |
| Binary | 11011110 | 11010010 | 11110111 | 1010 | 1111 | 0 | 11 | 100000011 | 1000110 | 1011010 |
Color Harmonies of #DED2F7
Complementary color
Monochromatic Colors of #DED2F7
Black with #DED2F7
Text Example
Text Example
White with #DED2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2F7; }
p { color: rgb(222,210,247); }
H1.HeaderClassName
{
color: #DED2F7;
}
.AnyTagClassName
{
color: #DED2F7;
}
</style>
background-color css
<style>
a { background-color: #DED2F7; }
a { background-color: rgb(222,210,247); }
div.DivClassName
{
background-color: #DED2F7;
}
.BgClassName
{
background-color: #DED2F7;
}
</style>
border-color css
<style>
span { border-color: #DED2F7; }
span { border-color: rgb(222,210,247); }
td.TdClassName
{
border-color: #DED2F7;
}
.TagClassName
{
border-color: #DED2F7;
}
</style>