Shades of Fog #DFD7EF
Tints of Fog #DFD7EF
RGB
CMYK
RGB Variations
Color information
#DFD7EF (or 0xDFD7EF) is known color: Fog. HEX triplet: DF, D7 and EF. RGB value is (223,215,239). Sum of RGB (Red+Green+Blue) = 223+215+239=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7EF is #202810. Grayscale: #DCDCDC. Windows color (decimal): -2107409 or 15718367. OLE color: 15718367.
HSL color Cylindrical-coordinate representation of color #DFD7EF: hue angle of 260º degrees, saturation: 0.43, 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 #DFD7EF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 215 | 239 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.06 |
| HSL | 260º | 0.43% | 0.89% | - |
| HSV(B) | 260º | 0.1% | 0.94% | - |
| XYZ | 70.31 | 70.52 | 91.57 | - |
| YUV | 220.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 239 | 0.07 | 0.10 | 0 | 0.06 | 260 | 0.43 | 0.89 |
| Hex | DF | D7 | EF | 7 | A | 0 | 6 | 104 | 2B | 59 |
| Octal | 337 | 327 | 357 | 7 | 12 | 0 | 6 | 404 | 53 | 131 |
| Binary | 11011111 | 11010111 | 11101111 | 111 | 1010 | 0 | 110 | 100000100 | 101011 | 1011001 |
Color Harmonies of #DFD7EF
Complementary color
Monochromatic Colors of #DFD7EF
Black with #DFD7EF
Text Example
Text Example
White with #DFD7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7EF; }
p { color: rgb(223,215,239); }
H1.HeaderClassName
{
color: #DFD7EF;
}
.AnyTagClassName
{
color: #DFD7EF;
}
</style>
background-color css
<style>
a { background-color: #DFD7EF; }
a { background-color: rgb(223,215,239); }
div.DivClassName
{
background-color: #DFD7EF;
}
.BgClassName
{
background-color: #DFD7EF;
}
</style>
border-color css
<style>
span { border-color: #DFD7EF; }
span { border-color: rgb(223,215,239); }
td.TdClassName
{
border-color: #DFD7EF;
}
.TagClassName
{
border-color: #DFD7EF;
}
</style>