Shades of Fog #DED0F1
Tints of Fog #DED0F1
RGB
CMYK
RGB Variations
Color information
#DED0F1 (or 0xDED0F1) is known color: Fog. HEX triplet: DE, D0 and F1. RGB value is (222,208,241). Sum of RGB (Red+Green+Blue) = 222+208+241=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #DED0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED0F1 is #212F0E. Grayscale: #D7D7D7. Windows color (decimal): -2174735 or 15847646. OLE color: 15847646.
HSL color Cylindrical-coordinate representation of color #DED0F1: hue angle of 265.45º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED0F1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 208 | 241 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.05 |
| HSL | 265.45º | 0.54% | 0.88% | - |
| HSV(B) | 265.45º | 0.14% | 0.95% | - |
| XYZ | 68.56 | 66.99 | 92.54 | - |
| YUV | 215.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 241 | 0.08 | 0.14 | 0 | 0.05 | 265.45 | 0.54 | 0.88 |
| Hex | DE | D0 | F1 | 8 | E | 0 | 5 | 109 | 36 | 58 |
| Octal | 336 | 320 | 361 | 10 | 16 | 0 | 5 | 411 | 66 | 130 |
| Binary | 11011110 | 11010000 | 11110001 | 1000 | 1110 | 0 | 101 | 100001001 | 110110 | 1011000 |
Color Harmonies of #DED0F1
Complementary color
Monochromatic Colors of #DED0F1
Black with #DED0F1
Text Example
Text Example
White with #DED0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0F1; }
p { color: rgb(222,208,241); }
H1.HeaderClassName
{
color: #DED0F1;
}
.AnyTagClassName
{
color: #DED0F1;
}
</style>
background-color css
<style>
a { background-color: #DED0F1; }
a { background-color: rgb(222,208,241); }
div.DivClassName
{
background-color: #DED0F1;
}
.BgClassName
{
background-color: #DED0F1;
}
</style>
border-color css
<style>
span { border-color: #DED0F1; }
span { border-color: rgb(222,208,241); }
td.TdClassName
{
border-color: #DED0F1;
}
.TagClassName
{
border-color: #DED0F1;
}
</style>