Shades of Fog #DFD6EE
Tints of Fog #DFD6EE
RGB
CMYK
RGB Variations
Color information
#DFD6EE (or 0xDFD6EE) is known color: Fog. HEX triplet: DF, D6 and EE. RGB value is (223,214,238). Sum of RGB (Red+Green+Blue) = 223+214+238=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6EE is #202911. Grayscale: #DBDBDB. Windows color (decimal): -2107666 or 15652575. OLE color: 15652575.
HSL color Cylindrical-coordinate representation of color #DFD6EE: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD6EE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 214 | 238 | - |
CMYK | 0.06 | 0.10 | 0 | 0.07 |
HSL | 262.5º | 0.41% | 0.89% | - |
HSV(B) | 262.5º | 0.1% | 0.93% | - |
XYZ | 69.91 | 69.95 | 90.71 | - |
YUV | 219.43 | 138.48 | 130.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 238 | 0.06 | 0.10 | 0 | 0.07 | 262.5 | 0.41 | 0.89 |
Hex | DF | D6 | EE | 6 | A | 0 | 7 | 106 | 29 | 59 |
Octal | 337 | 326 | 356 | 6 | 12 | 0 | 7 | 406 | 51 | 131 |
Binary | 11011111 | 11010110 | 11101110 | 110 | 1010 | 0 | 111 | 100000110 | 101001 | 1011001 |
Color Harmonies of #DFD6EE
Complementary color
Monochromatic Colors of #DFD6EE
Black with #DFD6EE
Text Example
Text Example
White with #DFD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6EE; }
p { color: rgb(223,214,238); }
H1.HeaderClassName
{
color: #DFD6EE;
}
.AnyTagClassName
{
color: #DFD6EE;
}
</style>
background-color css
<style>
a { background-color: #DFD6EE; }
a { background-color: rgb(223,214,238); }
div.DivClassName
{
background-color: #DFD6EE;
}
.BgClassName
{
background-color: #DFD6EE;
}
</style>
border-color css
<style>
span { border-color: #DFD6EE; }
span { border-color: rgb(223,214,238); }
td.TdClassName
{
border-color: #DFD6EE;
}
.TagClassName
{
border-color: #DFD6EE;
}
</style>