Shades of Fog #DFD7EE
Tints of Fog #DFD7EE
RGB
CMYK
RGB Variations
Color information
#DFD7EE (or 0xDFD7EE) is known color: Fog. HEX triplet: DF, D7 and EE. RGB value is (223,215,238). Sum of RGB (Red+Green+Blue) = 223+215+238=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7EE is #202811. Grayscale: #DBDBDB. Windows color (decimal): -2107410 or 15652831. OLE color: 15652831.
HSL color Cylindrical-coordinate representation of color #DFD7EE: hue angle of 260.87º degrees, saturation: 0.4, 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 #DFD7EE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 215 | 238 | - |
CMYK | 0.06 | 0.10 | 0 | 0.07 |
HSL | 260.87º | 0.4% | 0.89% | - |
HSV(B) | 260.87º | 0.1% | 0.93% | - |
XYZ | 70.16 | 70.46 | 90.79 | - |
YUV | 220.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 238 | 0.06 | 0.10 | 0 | 0.07 | 260.87 | 0.4 | 0.89 |
Hex | DF | D7 | EE | 6 | A | 0 | 7 | 105 | 28 | 59 |
Octal | 337 | 327 | 356 | 6 | 12 | 0 | 7 | 405 | 50 | 131 |
Binary | 11011111 | 11010111 | 11101110 | 110 | 1010 | 0 | 111 | 100000101 | 101000 | 1011001 |
Color Harmonies of #DFD7EE
Complementary color
Monochromatic Colors of #DFD7EE
Black with #DFD7EE
Text Example
Text Example
White with #DFD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7EE; }
p { color: rgb(223,215,238); }
H1.HeaderClassName
{
color: #DFD7EE;
}
.AnyTagClassName
{
color: #DFD7EE;
}
</style>
background-color css
<style>
a { background-color: #DFD7EE; }
a { background-color: rgb(223,215,238); }
div.DivClassName
{
background-color: #DFD7EE;
}
.BgClassName
{
background-color: #DFD7EE;
}
</style>
border-color css
<style>
span { border-color: #DFD7EE; }
span { border-color: rgb(223,215,238); }
td.TdClassName
{
border-color: #DFD7EE;
}
.TagClassName
{
border-color: #DFD7EE;
}
</style>