Shades of Fog #DED3F1
Tints of Fog #DED3F1
RGB
CMYK
RGB Variations
Color information
#DED3F1 (or 0xDED3F1) is known color: Fog. HEX triplet: DE, D3 and F1. RGB value is (222,211,241). Sum of RGB (Red+Green+Blue) = 222+211+241=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #DED3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3F1 is #212C0E. Grayscale: #D9D9D9. Windows color (decimal): -2173967 or 15848414. OLE color: 15848414.
HSL color Cylindrical-coordinate representation of color #DED3F1: hue angle of 262º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED3F1 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 211 | 241 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.05 |
| HSL | 262º | 0.52% | 0.89% | - |
| HSV(B) | 262º | 0.12% | 0.95% | - |
| XYZ | 69.3 | 68.47 | 92.78 | - |
| YUV | 217.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 241 | 0.08 | 0.12 | 0 | 0.05 | 262 | 0.52 | 0.89 |
| Hex | DE | D3 | F1 | 8 | C | 0 | 5 | 106 | 34 | 59 |
| Octal | 336 | 323 | 361 | 10 | 14 | 0 | 5 | 406 | 64 | 131 |
| Binary | 11011110 | 11010011 | 11110001 | 1000 | 1100 | 0 | 101 | 100000110 | 110100 | 1011001 |
Color Harmonies of #DED3F1
Complementary color
Monochromatic Colors of #DED3F1
Black with #DED3F1
Text Example
Text Example
White with #DED3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3F1; }
p { color: rgb(222,211,241); }
H1.HeaderClassName
{
color: #DED3F1;
}
.AnyTagClassName
{
color: #DED3F1;
}
</style>
background-color css
<style>
a { background-color: #DED3F1; }
a { background-color: rgb(222,211,241); }
div.DivClassName
{
background-color: #DED3F1;
}
.BgClassName
{
background-color: #DED3F1;
}
</style>
border-color css
<style>
span { border-color: #DED3F1; }
span { border-color: rgb(222,211,241); }
td.TdClassName
{
border-color: #DED3F1;
}
.TagClassName
{
border-color: #DED3F1;
}
</style>