Shades of Fog #DFD6EC
Tints of Fog #DFD6EC
RGB
CMYK
RGB Variations
Color information
#DFD6EC (or 0xDFD6EC) is known color: Fog. HEX triplet: DF, D6 and EC. RGB value is (223,214,236). Sum of RGB (Red+Green+Blue) = 223+214+236=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6EC is #202913. Grayscale: #DBDBDB. Windows color (decimal): -2107668 or 15521503. OLE color: 15521503.
HSL color Cylindrical-coordinate representation of color #DFD6EC: hue angle of 264.55º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD6EC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 214 | 236 | - |
CMYK | 0.06 | 0.09 | 0 | 0.07 |
HSL | 264.55º | 0.37% | 0.88% | - |
HSV(B) | 264.55º | 0.09% | 0.93% | - |
XYZ | 69.62 | 69.84 | 89.17 | - |
YUV | 219.2 | 137.48 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 236 | 0.06 | 0.09 | 0 | 0.07 | 264.55 | 0.37 | 0.88 |
Hex | DF | D6 | EC | 6 | 9 | 0 | 7 | 109 | 25 | 58 |
Octal | 337 | 326 | 354 | 6 | 11 | 0 | 7 | 411 | 45 | 130 |
Binary | 11011111 | 11010110 | 11101100 | 110 | 1001 | 0 | 111 | 100001001 | 100101 | 1011000 |
Color Harmonies of #DFD6EC
Complementary color
Monochromatic Colors of #DFD6EC
Black with #DFD6EC
Text Example
Text Example
White with #DFD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6EC; }
p { color: rgb(223,214,236); }
H1.HeaderClassName
{
color: #DFD6EC;
}
.AnyTagClassName
{
color: #DFD6EC;
}
</style>
background-color css
<style>
a { background-color: #DFD6EC; }
a { background-color: rgb(223,214,236); }
div.DivClassName
{
background-color: #DFD6EC;
}
.BgClassName
{
background-color: #DFD6EC;
}
</style>
border-color css
<style>
span { border-color: #DFD6EC; }
span { border-color: rgb(223,214,236); }
td.TdClassName
{
border-color: #DFD6EC;
}
.TagClassName
{
border-color: #DFD6EC;
}
</style>