Shades of Fog #DED1FE
Tints of Fog #DED1FE
RGB
CMYK
RGB Variations
Color information
#DED1FE (or 0xDED1FE) is known color: Fog. HEX triplet: DE, D1 and FE. RGB value is (222,209,254). Sum of RGB (Red+Green+Blue) = 222+209+254=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1FE is #212E01. Grayscale: #D9D9D9. Windows color (decimal): -2174466 or 16699870. OLE color: 16699870.
HSL color Cylindrical-coordinate representation of color #DED1FE: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DED1FE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 209 | 254 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.00 |
| HSL | 257.33º | 0.96% | 0.91% | - |
| HSV(B) | 257.33º | 0.18% | 1% | - |
| XYZ | 70.81 | 68.29 | 103.21 | - |
| YUV | 218.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 254 | 0.13 | 0.18 | 0 | 0.00 | 257.33 | 0.96 | 0.91 |
| Hex | DE | D1 | FE | D | 12 | 0 | 0 | 101 | 60 | 5B |
| Octal | 336 | 321 | 376 | 15 | 22 | 0 | 0 | 401 | 140 | 133 |
| Binary | 11011110 | 11010001 | 11111110 | 1101 | 10010 | 0 | 0 | 100000001 | 1100000 | 1011011 |
Color Harmonies of #DED1FE
Complementary color
Monochromatic Colors of #DED1FE
Black with #DED1FE
Text Example
Text Example
White with #DED1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1FE; }
p { color: rgb(222,209,254); }
H1.HeaderClassName
{
color: #DED1FE;
}
.AnyTagClassName
{
color: #DED1FE;
}
</style>
background-color css
<style>
a { background-color: #DED1FE; }
a { background-color: rgb(222,209,254); }
div.DivClassName
{
background-color: #DED1FE;
}
.BgClassName
{
background-color: #DED1FE;
}
</style>
border-color css
<style>
span { border-color: #DED1FE; }
span { border-color: rgb(222,209,254); }
td.TdClassName
{
border-color: #DED1FE;
}
.TagClassName
{
border-color: #DED1FE;
}
</style>