Shades of Fog #DFD8EF
Tints of Fog #DFD8EF
RGB
CMYK
RGB Variations
Color information
#DFD8EF (or 0xDFD8EF) is known color: Fog. HEX triplet: DF, D8 and EF. RGB value is (223,216,239). Sum of RGB (Red+Green+Blue) = 223+216+239=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8EF is #202710. Grayscale: #DCDCDC. Windows color (decimal): -2107153 or 15718623. OLE color: 15718623.
HSL color Cylindrical-coordinate representation of color #DFD8EF: hue angle of 258.26º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD8EF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 216 | 239 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.06 |
| HSL | 258.26º | 0.42% | 0.89% | - |
| HSV(B) | 258.26º | 0.1% | 0.94% | - |
| XYZ | 70.57 | 71.03 | 91.65 | - |
| YUV | 220.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 239 | 0.07 | 0.10 | 0 | 0.06 | 258.26 | 0.42 | 0.89 |
| Hex | DF | D8 | EF | 7 | A | 0 | 6 | 102 | 2A | 59 |
| Octal | 337 | 330 | 357 | 7 | 12 | 0 | 6 | 402 | 52 | 131 |
| Binary | 11011111 | 11011000 | 11101111 | 111 | 1010 | 0 | 110 | 100000010 | 101010 | 1011001 |
Color Harmonies of #DFD8EF
Complementary color
Monochromatic Colors of #DFD8EF
Black with #DFD8EF
Text Example
Text Example
White with #DFD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8EF; }
p { color: rgb(223,216,239); }
H1.HeaderClassName
{
color: #DFD8EF;
}
.AnyTagClassName
{
color: #DFD8EF;
}
</style>
background-color css
<style>
a { background-color: #DFD8EF; }
a { background-color: rgb(223,216,239); }
div.DivClassName
{
background-color: #DFD8EF;
}
.BgClassName
{
background-color: #DFD8EF;
}
</style>
border-color css
<style>
span { border-color: #DFD8EF; }
span { border-color: rgb(223,216,239); }
td.TdClassName
{
border-color: #DFD8EF;
}
.TagClassName
{
border-color: #DFD8EF;
}
</style>