Shades of Fog #DED2F1
Tints of Fog #DED2F1
RGB
CMYK
RGB Variations
Color information
#DED2F1 (or 0xDED2F1) is known color: Fog. HEX triplet: DE, D2 and F1. RGB value is (222,210,241). Sum of RGB (Red+Green+Blue) = 222+210+241=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #DED2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2F1 is #212D0E. Grayscale: #D9D9D9. Windows color (decimal): -2174223 or 15848158. OLE color: 15848158.
HSL color Cylindrical-coordinate representation of color #DED2F1: hue angle of 263.23º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED2F1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 210 | 241 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.05 |
| HSL | 263.23º | 0.53% | 0.88% | - |
| HSV(B) | 263.23º | 0.13% | 0.95% | - |
| XYZ | 69.05 | 67.97 | 92.7 | - |
| YUV | 217.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 241 | 0.08 | 0.13 | 0 | 0.05 | 263.23 | 0.53 | 0.88 |
| Hex | DE | D2 | F1 | 8 | D | 0 | 5 | 107 | 35 | 58 |
| Octal | 336 | 322 | 361 | 10 | 15 | 0 | 5 | 407 | 65 | 130 |
| Binary | 11011110 | 11010010 | 11110001 | 1000 | 1101 | 0 | 101 | 100000111 | 110101 | 1011000 |
Color Harmonies of #DED2F1
Complementary color
Monochromatic Colors of #DED2F1
Black with #DED2F1
Text Example
Text Example
White with #DED2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2F1; }
p { color: rgb(222,210,241); }
H1.HeaderClassName
{
color: #DED2F1;
}
.AnyTagClassName
{
color: #DED2F1;
}
</style>
background-color css
<style>
a { background-color: #DED2F1; }
a { background-color: rgb(222,210,241); }
div.DivClassName
{
background-color: #DED2F1;
}
.BgClassName
{
background-color: #DED2F1;
}
</style>
border-color css
<style>
span { border-color: #DED2F1; }
span { border-color: rgb(222,210,241); }
td.TdClassName
{
border-color: #DED2F1;
}
.TagClassName
{
border-color: #DED2F1;
}
</style>