Shades of Fog #DED1FB
Tints of Fog #DED1FB
RGB
CMYK
RGB Variations
Color information
#DED1FB (or 0xDED1FB) is known color: Fog. HEX triplet: DE, D1 and FB. RGB value is (222,209,251). Sum of RGB (Red+Green+Blue) = 222+209+251=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #DED1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1FB is #212E04. Grayscale: #D9D9D9. Windows color (decimal): -2174469 or 16503262. OLE color: 16503262.
HSL color Cylindrical-coordinate representation of color #DED1FB: hue angle of 258.57º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DED1FB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 209 | 251 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.02 |
| HSL | 258.57º | 0.84% | 0.9% | - |
| HSV(B) | 258.57º | 0.17% | 0.98% | - |
| XYZ | 70.34 | 68.1 | 100.7 | - |
| YUV | 217.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 251 | 0.12 | 0.17 | 0 | 0.02 | 258.57 | 0.84 | 0.9 |
| Hex | DE | D1 | FB | C | 11 | 0 | 2 | 103 | 54 | 5A |
| Octal | 336 | 321 | 373 | 14 | 21 | 0 | 2 | 403 | 124 | 132 |
| Binary | 11011110 | 11010001 | 11111011 | 1100 | 10001 | 0 | 10 | 100000011 | 1010100 | 1011010 |
Color Harmonies of #DED1FB
Complementary color
Monochromatic Colors of #DED1FB
Black with #DED1FB
Text Example
Text Example
White with #DED1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1FB; }
p { color: rgb(222,209,251); }
H1.HeaderClassName
{
color: #DED1FB;
}
.AnyTagClassName
{
color: #DED1FB;
}
</style>
background-color css
<style>
a { background-color: #DED1FB; }
a { background-color: rgb(222,209,251); }
div.DivClassName
{
background-color: #DED1FB;
}
.BgClassName
{
background-color: #DED1FB;
}
</style>
border-color css
<style>
span { border-color: #DED1FB; }
span { border-color: rgb(222,209,251); }
td.TdClassName
{
border-color: #DED1FB;
}
.TagClassName
{
border-color: #DED1FB;
}
</style>