Shades of Fog #DFD2EE
Tints of Fog #DFD2EE
RGB
CMYK
RGB Variations
Color information
#DFD2EE (or 0xDFD2EE) is known color: Fog. HEX triplet: DF, D2 and EE. RGB value is (223,210,238). Sum of RGB (Red+Green+Blue) = 223+210+238=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2EE is #202D11. Grayscale: #D8D8D8. Windows color (decimal): -2108690 or 15651551. OLE color: 15651551.
HSL color Cylindrical-coordinate representation of color #DFD2EE: hue angle of 267.86º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD2EE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 210 | 238 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.07 |
| HSL | 267.86º | 0.45% | 0.88% | - |
| HSV(B) | 267.86º | 0.12% | 0.93% | - |
| XYZ | 68.91 | 67.95 | 90.37 | - |
| YUV | 217.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 238 | 0.06 | 0.12 | 0 | 0.07 | 267.86 | 0.45 | 0.88 |
| Hex | DF | D2 | EE | 6 | C | 0 | 7 | 10C | 2D | 58 |
| Octal | 337 | 322 | 356 | 6 | 14 | 0 | 7 | 414 | 55 | 130 |
| Binary | 11011111 | 11010010 | 11101110 | 110 | 1100 | 0 | 111 | 100001100 | 101101 | 1011000 |
Color Harmonies of #DFD2EE
Complementary color
Monochromatic Colors of #DFD2EE
Black with #DFD2EE
Text Example
Text Example
White with #DFD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2EE; }
p { color: rgb(223,210,238); }
H1.HeaderClassName
{
color: #DFD2EE;
}
.AnyTagClassName
{
color: #DFD2EE;
}
</style>
background-color css
<style>
a { background-color: #DFD2EE; }
a { background-color: rgb(223,210,238); }
div.DivClassName
{
background-color: #DFD2EE;
}
.BgClassName
{
background-color: #DFD2EE;
}
</style>
border-color css
<style>
span { border-color: #DFD2EE; }
span { border-color: rgb(223,210,238); }
td.TdClassName
{
border-color: #DFD2EE;
}
.TagClassName
{
border-color: #DFD2EE;
}
</style>