Shades of Fog #DFD0EE
Tints of Fog #DFD0EE
RGB
CMYK
RGB Variations
Color information
#DFD0EE (or 0xDFD0EE) is known color: Fog. HEX triplet: DF, D0 and EE. RGB value is (223,208,238). Sum of RGB (Red+Green+Blue) = 223+208+238=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0EE is #202F11. Grayscale: #D7D7D7. Windows color (decimal): -2109202 or 15651039. OLE color: 15651039.
HSL color Cylindrical-coordinate representation of color #DFD0EE: hue angle of 270º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD0EE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 208 | 238 | - |
CMYK | 0.06 | 0.13 | 0 | 0.07 |
HSL | 270º | 0.47% | 0.87% | - |
HSV(B) | 270º | 0.13% | 0.93% | - |
XYZ | 68.42 | 66.97 | 90.21 | - |
YUV | 215.91 | 140.47 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 238 | 0.06 | 0.13 | 0 | 0.07 | 270 | 0.47 | 0.87 |
Hex | DF | D0 | EE | 6 | D | 0 | 7 | 10E | 2F | 57 |
Octal | 337 | 320 | 356 | 6 | 15 | 0 | 7 | 416 | 57 | 127 |
Binary | 11011111 | 11010000 | 11101110 | 110 | 1101 | 0 | 111 | 100001110 | 101111 | 1010111 |
Color Harmonies of #DFD0EE
Complementary color
Monochromatic Colors of #DFD0EE
Black with #DFD0EE
Text Example
Text Example
White with #DFD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0EE; }
p { color: rgb(223,208,238); }
H1.HeaderClassName
{
color: #DFD0EE;
}
.AnyTagClassName
{
color: #DFD0EE;
}
</style>
background-color css
<style>
a { background-color: #DFD0EE; }
a { background-color: rgb(223,208,238); }
div.DivClassName
{
background-color: #DFD0EE;
}
.BgClassName
{
background-color: #DFD0EE;
}
</style>
border-color css
<style>
span { border-color: #DFD0EE; }
span { border-color: rgb(223,208,238); }
td.TdClassName
{
border-color: #DFD0EE;
}
.TagClassName
{
border-color: #DFD0EE;
}
</style>