Shades of Fog #DFD3EF
Tints of Fog #DFD3EF
RGB
CMYK
RGB Variations
Color information
#DFD3EF (or 0xDFD3EF) is known color: Fog. HEX triplet: DF, D3 and EF. RGB value is (223,211,239). Sum of RGB (Red+Green+Blue) = 223+211+239=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3EF is #202C10. Grayscale: #D9D9D9. Windows color (decimal): -2108433 or 15717343. OLE color: 15717343.
HSL color Cylindrical-coordinate representation of color #DFD3EF: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD3EF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 211 | 239 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.06 |
| HSL | 265.71º | 0.47% | 0.88% | - |
| HSV(B) | 265.71º | 0.12% | 0.94% | - |
| XYZ | 69.31 | 68.51 | 91.23 | - |
| YUV | 217.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 239 | 0.07 | 0.12 | 0 | 0.06 | 265.71 | 0.47 | 0.88 |
| Hex | DF | D3 | EF | 7 | C | 0 | 6 | 10A | 2F | 58 |
| Octal | 337 | 323 | 357 | 7 | 14 | 0 | 6 | 412 | 57 | 130 |
| Binary | 11011111 | 11010011 | 11101111 | 111 | 1100 | 0 | 110 | 100001010 | 101111 | 1011000 |
Color Harmonies of #DFD3EF
Complementary color
Monochromatic Colors of #DFD3EF
Black with #DFD3EF
Text Example
Text Example
White with #DFD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3EF; }
p { color: rgb(223,211,239); }
H1.HeaderClassName
{
color: #DFD3EF;
}
.AnyTagClassName
{
color: #DFD3EF;
}
</style>
background-color css
<style>
a { background-color: #DFD3EF; }
a { background-color: rgb(223,211,239); }
div.DivClassName
{
background-color: #DFD3EF;
}
.BgClassName
{
background-color: #DFD3EF;
}
</style>
border-color css
<style>
span { border-color: #DFD3EF; }
span { border-color: rgb(223,211,239); }
td.TdClassName
{
border-color: #DFD3EF;
}
.TagClassName
{
border-color: #DFD3EF;
}
</style>