Shades of Fog #DFD9EE
Tints of Fog #DFD9EE
RGB
CMYK
RGB Variations
Color information
#DFD9EE (or 0xDFD9EE) is known color: Fog. HEX triplet: DF, D9 and EE. RGB value is (223,217,238). Sum of RGB (Red+Green+Blue) = 223+217+238=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9EE is #202611. Grayscale: #DDDDDD. Windows color (decimal): -2106898 or 15653343. OLE color: 15653343.
HSL color Cylindrical-coordinate representation of color #DFD9EE: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD9EE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 217 | 238 | - |
CMYK | 0.06 | 0.09 | 0 | 0.07 |
HSL | 257.14º | 0.38% | 0.89% | - |
HSV(B) | 257.14º | 0.09% | 0.93% | - |
XYZ | 70.68 | 71.49 | 90.96 | - |
YUV | 221.19 | 137.49 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 238 | 0.06 | 0.09 | 0 | 0.07 | 257.14 | 0.38 | 0.89 |
Hex | DF | D9 | EE | 6 | 9 | 0 | 7 | 101 | 26 | 59 |
Octal | 337 | 331 | 356 | 6 | 11 | 0 | 7 | 401 | 46 | 131 |
Binary | 11011111 | 11011001 | 11101110 | 110 | 1001 | 0 | 111 | 100000001 | 100110 | 1011001 |
Color Harmonies of #DFD9EE
Complementary color
Monochromatic Colors of #DFD9EE
Black with #DFD9EE
Text Example
Text Example
White with #DFD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9EE; }
p { color: rgb(223,217,238); }
H1.HeaderClassName
{
color: #DFD9EE;
}
.AnyTagClassName
{
color: #DFD9EE;
}
</style>
background-color css
<style>
a { background-color: #DFD9EE; }
a { background-color: rgb(223,217,238); }
div.DivClassName
{
background-color: #DFD9EE;
}
.BgClassName
{
background-color: #DFD9EE;
}
</style>
border-color css
<style>
span { border-color: #DFD9EE; }
span { border-color: rgb(223,217,238); }
td.TdClassName
{
border-color: #DFD9EE;
}
.TagClassName
{
border-color: #DFD9EE;
}
</style>