Shades of Fog #DFD6F5
Tints of Fog #DFD6F5
RGB
CMYK
RGB Variations
Color information
#DFD6F5 (or 0xDFD6F5) is known color: Fog. HEX triplet: DF, D6 and F5. RGB value is (223,214,245). Sum of RGB (Red+Green+Blue) = 223+214+245=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFD6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6F5 is #20290A. Grayscale: #DCDCDC. Windows color (decimal): -2107659 or 16111327. OLE color: 16111327.
HSL color Cylindrical-coordinate representation of color #DFD6F5: hue angle of 257.42º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD6F5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 214 | 245 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.04 |
| HSL | 257.42º | 0.61% | 0.9% | - |
| HSV(B) | 257.42º | 0.13% | 0.96% | - |
| XYZ | 70.96 | 70.37 | 96.23 | - |
| YUV | 220.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 245 | 0.09 | 0.13 | 0 | 0.04 | 257.42 | 0.61 | 0.9 |
| Hex | DF | D6 | F5 | 9 | D | 0 | 4 | 101 | 3D | 5A |
| Octal | 337 | 326 | 365 | 11 | 15 | 0 | 4 | 401 | 75 | 132 |
| Binary | 11011111 | 11010110 | 11110101 | 1001 | 1101 | 0 | 100 | 100000001 | 111101 | 1011010 |
Color Harmonies of #DFD6F5
Complementary color
Monochromatic Colors of #DFD6F5
Black with #DFD6F5
Text Example
Text Example
White with #DFD6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6F5; }
p { color: rgb(223,214,245); }
H1.HeaderClassName
{
color: #DFD6F5;
}
.AnyTagClassName
{
color: #DFD6F5;
}
</style>
background-color css
<style>
a { background-color: #DFD6F5; }
a { background-color: rgb(223,214,245); }
div.DivClassName
{
background-color: #DFD6F5;
}
.BgClassName
{
background-color: #DFD6F5;
}
</style>
border-color css
<style>
span { border-color: #DFD6F5; }
span { border-color: rgb(223,214,245); }
td.TdClassName
{
border-color: #DFD6F5;
}
.TagClassName
{
border-color: #DFD6F5;
}
</style>