Shades of Fog #DFD1EF
Tints of Fog #DFD1EF
RGB
CMYK
RGB Variations
Color information
#DFD1EF (or 0xDFD1EF) is known color: Fog. HEX triplet: DF, D1 and EF. RGB value is (223,209,239). Sum of RGB (Red+Green+Blue) = 223+209+239=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1EF is #202E10. Grayscale: #D8D8D8. Windows color (decimal): -2108945 or 15716831. OLE color: 15716831.
HSL color Cylindrical-coordinate representation of color #DFD1EF: hue angle of 268º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD1EF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 209 | 239 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.06 |
| HSL | 268º | 0.48% | 0.88% | - |
| HSV(B) | 268º | 0.13% | 0.94% | - |
| XYZ | 68.81 | 67.52 | 91.07 | - |
| YUV | 216.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 239 | 0.07 | 0.13 | 0 | 0.06 | 268 | 0.48 | 0.88 |
| Hex | DF | D1 | EF | 7 | D | 0 | 6 | 10C | 30 | 58 |
| Octal | 337 | 321 | 357 | 7 | 15 | 0 | 6 | 414 | 60 | 130 |
| Binary | 11011111 | 11010001 | 11101111 | 111 | 1101 | 0 | 110 | 100001100 | 110000 | 1011000 |
Color Harmonies of #DFD1EF
Complementary color
Monochromatic Colors of #DFD1EF
Black with #DFD1EF
Text Example
Text Example
White with #DFD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1EF; }
p { color: rgb(223,209,239); }
H1.HeaderClassName
{
color: #DFD1EF;
}
.AnyTagClassName
{
color: #DFD1EF;
}
</style>
background-color css
<style>
a { background-color: #DFD1EF; }
a { background-color: rgb(223,209,239); }
div.DivClassName
{
background-color: #DFD1EF;
}
.BgClassName
{
background-color: #DFD1EF;
}
</style>
border-color css
<style>
span { border-color: #DFD1EF; }
span { border-color: rgb(223,209,239); }
td.TdClassName
{
border-color: #DFD1EF;
}
.TagClassName
{
border-color: #DFD1EF;
}
</style>