Shades of Fog #DED4F7
Tints of Fog #DED4F7
RGB
CMYK
RGB Variations
Color information
#DED4F7 (or 0xDED4F7) is known color: Fog. HEX triplet: DE, D4 and F7. RGB value is (222,212,247). Sum of RGB (Red+Green+Blue) = 222+212+247=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #DED4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4F7 is #212B08. Grayscale: #DADADA. Windows color (decimal): -2173705 or 16241886. OLE color: 16241886.
HSL color Cylindrical-coordinate representation of color #DED4F7: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED4F7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 212 | 247 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.03 |
| HSL | 257.14º | 0.69% | 0.9% | - |
| HSV(B) | 257.14º | 0.14% | 0.97% | - |
| XYZ | 70.46 | 69.33 | 97.66 | - |
| YUV | 218.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 247 | 0.10 | 0.14 | 0 | 0.03 | 257.14 | 0.69 | 0.9 |
| Hex | DE | D4 | F7 | A | E | 0 | 3 | 101 | 45 | 5A |
| Octal | 336 | 324 | 367 | 12 | 16 | 0 | 3 | 401 | 105 | 132 |
| Binary | 11011110 | 11010100 | 11110111 | 1010 | 1110 | 0 | 11 | 100000001 | 1000101 | 1011010 |
Color Harmonies of #DED4F7
Complementary color
Monochromatic Colors of #DED4F7
Black with #DED4F7
Text Example
Text Example
White with #DED4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4F7; }
p { color: rgb(222,212,247); }
H1.HeaderClassName
{
color: #DED4F7;
}
.AnyTagClassName
{
color: #DED4F7;
}
</style>
background-color css
<style>
a { background-color: #DED4F7; }
a { background-color: rgb(222,212,247); }
div.DivClassName
{
background-color: #DED4F7;
}
.BgClassName
{
background-color: #DED4F7;
}
</style>
border-color css
<style>
span { border-color: #DED4F7; }
span { border-color: rgb(222,212,247); }
td.TdClassName
{
border-color: #DED4F7;
}
.TagClassName
{
border-color: #DED4F7;
}
</style>