Shades of Fog #DFD8E9
Tints of Fog #DFD8E9
RGB
CMYK
RGB Variations
Color information
#DFD8E9 (or 0xDFD8E9) is known color: Fog. HEX triplet: DF, D8 and E9. RGB value is (223,216,233). Sum of RGB (Red+Green+Blue) = 223+216+233=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8E9 is #202716. Grayscale: #DBDBDB. Windows color (decimal): -2107159 or 15325407. OLE color: 15325407.
HSL color Cylindrical-coordinate representation of color #DFD8E9: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD8E9 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 216 | 233 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.09 |
| HSL | 264.71º | 0.28% | 0.88% | - |
| HSV(B) | 264.71º | 0.07% | 0.91% | - |
| XYZ | 69.7 | 70.68 | 87.06 | - |
| YUV | 220.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 233 | 0.04 | 0.07 | 0 | 0.09 | 264.71 | 0.28 | 0.88 |
| Hex | DF | D8 | E9 | 4 | 7 | 0 | 9 | 109 | 1C | 58 |
| Octal | 337 | 330 | 351 | 4 | 7 | 0 | 11 | 411 | 34 | 130 |
| Binary | 11011111 | 11011000 | 11101001 | 100 | 111 | 0 | 1001 | 100001001 | 11100 | 1011000 |
Color Harmonies of #DFD8E9
Complementary color
Monochromatic Colors of #DFD8E9
Black with #DFD8E9
Text Example
Text Example
White with #DFD8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8E9; }
p { color: rgb(223,216,233); }
H1.HeaderClassName
{
color: #DFD8E9;
}
.AnyTagClassName
{
color: #DFD8E9;
}
</style>
background-color css
<style>
a { background-color: #DFD8E9; }
a { background-color: rgb(223,216,233); }
div.DivClassName
{
background-color: #DFD8E9;
}
.BgClassName
{
background-color: #DFD8E9;
}
</style>
border-color css
<style>
span { border-color: #DFD8E9; }
span { border-color: rgb(223,216,233); }
td.TdClassName
{
border-color: #DFD8E9;
}
.TagClassName
{
border-color: #DFD8E9;
}
</style>