Shades of Fog #DFD6EF
Tints of Fog #DFD6EF
RGB
CMYK
RGB Variations
Color information
#DFD6EF (or 0xDFD6EF) is known color: Fog. HEX triplet: DF, D6 and EF. RGB value is (223,214,239). Sum of RGB (Red+Green+Blue) = 223+214+239=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6EF is #202910. Grayscale: #DBDBDB. Windows color (decimal): -2107665 or 15718111. OLE color: 15718111.
HSL color Cylindrical-coordinate representation of color #DFD6EF: hue angle of 261.6º degrees, saturation: 0.44, 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 #DFD6EF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 214 | 239 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.06 |
| HSL | 261.6º | 0.44% | 0.89% | - |
| HSV(B) | 261.6º | 0.1% | 0.94% | - |
| XYZ | 70.06 | 70.01 | 91.48 | - |
| YUV | 219.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 239 | 0.07 | 0.10 | 0 | 0.06 | 261.6 | 0.44 | 0.89 |
| Hex | DF | D6 | EF | 7 | A | 0 | 6 | 106 | 2C | 59 |
| Octal | 337 | 326 | 357 | 7 | 12 | 0 | 6 | 406 | 54 | 131 |
| Binary | 11011111 | 11010110 | 11101111 | 111 | 1010 | 0 | 110 | 100000110 | 101100 | 1011001 |
Color Harmonies of #DFD6EF
Complementary color
Monochromatic Colors of #DFD6EF
Black with #DFD6EF
Text Example
Text Example
White with #DFD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6EF; }
p { color: rgb(223,214,239); }
H1.HeaderClassName
{
color: #DFD6EF;
}
.AnyTagClassName
{
color: #DFD6EF;
}
</style>
background-color css
<style>
a { background-color: #DFD6EF; }
a { background-color: rgb(223,214,239); }
div.DivClassName
{
background-color: #DFD6EF;
}
.BgClassName
{
background-color: #DFD6EF;
}
</style>
border-color css
<style>
span { border-color: #DFD6EF; }
span { border-color: rgb(223,214,239); }
td.TdClassName
{
border-color: #DFD6EF;
}
.TagClassName
{
border-color: #DFD6EF;
}
</style>