Shades of Fog #DFD4EE
Tints of Fog #DFD4EE
RGB
CMYK
RGB Variations
Color information
#DFD4EE (or 0xDFD4EE) is known color: Fog. HEX triplet: DF, D4 and EE. RGB value is (223,212,238). Sum of RGB (Red+Green+Blue) = 223+212+238=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4EE is #202B11. Grayscale: #DADADA. Windows color (decimal): -2108178 or 15652063. OLE color: 15652063.
HSL color Cylindrical-coordinate representation of color #DFD4EE: hue angle of 265.38º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD4EE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 212 | 238 | - |
CMYK | 0.06 | 0.11 | 0 | 0.07 |
HSL | 265.38º | 0.43% | 0.88% | - |
HSV(B) | 265.38º | 0.11% | 0.93% | - |
XYZ | 69.41 | 68.95 | 90.54 | - |
YUV | 218.25 | 139.14 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 238 | 0.06 | 0.11 | 0 | 0.07 | 265.38 | 0.43 | 0.88 |
Hex | DF | D4 | EE | 6 | B | 0 | 7 | 109 | 2B | 58 |
Octal | 337 | 324 | 356 | 6 | 13 | 0 | 7 | 411 | 53 | 130 |
Binary | 11011111 | 11010100 | 11101110 | 110 | 1011 | 0 | 111 | 100001001 | 101011 | 1011000 |
Color Harmonies of #DFD4EE
Complementary color
Monochromatic Colors of #DFD4EE
Black with #DFD4EE
Text Example
Text Example
White with #DFD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4EE; }
p { color: rgb(223,212,238); }
H1.HeaderClassName
{
color: #DFD4EE;
}
.AnyTagClassName
{
color: #DFD4EE;
}
</style>
background-color css
<style>
a { background-color: #DFD4EE; }
a { background-color: rgb(223,212,238); }
div.DivClassName
{
background-color: #DFD4EE;
}
.BgClassName
{
background-color: #DFD4EE;
}
</style>
border-color css
<style>
span { border-color: #DFD4EE; }
span { border-color: rgb(223,212,238); }
td.TdClassName
{
border-color: #DFD4EE;
}
.TagClassName
{
border-color: #DFD4EE;
}
</style>