Shades of Fog #DED1F1
Tints of Fog #DED1F1
RGB
CMYK
RGB Variations
Color information
#DED1F1 (or 0xDED1F1) is known color: Fog. HEX triplet: DE, D1 and F1. RGB value is (222,209,241). Sum of RGB (Red+Green+Blue) = 222+209+241=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #DED1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1F1 is #212E0E. Grayscale: #D8D8D8. Windows color (decimal): -2174479 or 15847902. OLE color: 15847902.
HSL color Cylindrical-coordinate representation of color #DED1F1: hue angle of 264.38º 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 #DED1F1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 209 | 241 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.05 |
| HSL | 264.38º | 0.53% | 0.88% | - |
| HSV(B) | 264.38º | 0.13% | 0.95% | - |
| XYZ | 68.8 | 67.48 | 92.62 | - |
| YUV | 216.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 241 | 0.08 | 0.13 | 0 | 0.05 | 264.38 | 0.53 | 0.88 |
| Hex | DE | D1 | F1 | 8 | D | 0 | 5 | 108 | 35 | 58 |
| Octal | 336 | 321 | 361 | 10 | 15 | 0 | 5 | 410 | 65 | 130 |
| Binary | 11011110 | 11010001 | 11110001 | 1000 | 1101 | 0 | 101 | 100001000 | 110101 | 1011000 |
Color Harmonies of #DED1F1
Complementary color
Monochromatic Colors of #DED1F1
Black with #DED1F1
Text Example
Text Example
White with #DED1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1F1; }
p { color: rgb(222,209,241); }
H1.HeaderClassName
{
color: #DED1F1;
}
.AnyTagClassName
{
color: #DED1F1;
}
</style>
background-color css
<style>
a { background-color: #DED1F1; }
a { background-color: rgb(222,209,241); }
div.DivClassName
{
background-color: #DED1F1;
}
.BgClassName
{
background-color: #DED1F1;
}
</style>
border-color css
<style>
span { border-color: #DED1F1; }
span { border-color: rgb(222,209,241); }
td.TdClassName
{
border-color: #DED1F1;
}
.TagClassName
{
border-color: #DED1F1;
}
</style>