Shades of Fog #DED2F8
Tints of Fog #DED2F8
RGB
CMYK
RGB Variations
Color information
#DED2F8 (or 0xDED2F8) is known color: Fog. HEX triplet: DE, D2 and F8. RGB value is (222,210,248). Sum of RGB (Red+Green+Blue) = 222+210+248=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #DED2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2F8 is #212D07. Grayscale: #D9D9D9. Windows color (decimal): -2174216 or 16306910. OLE color: 16306910.
HSL color Cylindrical-coordinate representation of color #DED2F8: hue angle of 258.95º degrees, saturation: 0.73, 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 #DED2F8 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 210 | 248 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.03 |
| HSL | 258.95º | 0.73% | 0.9% | - |
| HSV(B) | 258.95º | 0.15% | 0.97% | - |
| XYZ | 70.11 | 68.4 | 98.31 | - |
| YUV | 217.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 248 | 0.10 | 0.15 | 0 | 0.03 | 258.95 | 0.73 | 0.9 |
| Hex | DE | D2 | F8 | A | F | 0 | 3 | 103 | 49 | 5A |
| Octal | 336 | 322 | 370 | 12 | 17 | 0 | 3 | 403 | 111 | 132 |
| Binary | 11011110 | 11010010 | 11111000 | 1010 | 1111 | 0 | 11 | 100000011 | 1001001 | 1011010 |
Color Harmonies of #DED2F8
Complementary color
Monochromatic Colors of #DED2F8
Black with #DED2F8
Text Example
Text Example
White with #DED2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2F8; }
p { color: rgb(222,210,248); }
H1.HeaderClassName
{
color: #DED2F8;
}
.AnyTagClassName
{
color: #DED2F8;
}
</style>
background-color css
<style>
a { background-color: #DED2F8; }
a { background-color: rgb(222,210,248); }
div.DivClassName
{
background-color: #DED2F8;
}
.BgClassName
{
background-color: #DED2F8;
}
</style>
border-color css
<style>
span { border-color: #DED2F8; }
span { border-color: rgb(222,210,248); }
td.TdClassName
{
border-color: #DED2F8;
}
.TagClassName
{
border-color: #DED2F8;
}
</style>