Shades of Fog #DFD1F9
Tints of Fog #DFD1F9
RGB
CMYK
RGB Variations
Color information
#DFD1F9 (or 0xDFD1F9) is known color: Fog. HEX triplet: DF, D1 and F9. RGB value is (223,209,249). Sum of RGB (Red+Green+Blue) = 223+209+249=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1F9 is #202E06. Grayscale: #D9D9D9. Windows color (decimal): -2108935 or 16372191. OLE color: 16372191.
HSL color Cylindrical-coordinate representation of color #DFD1F9: hue angle of 261º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD1F9 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 209 | 249 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.02 |
| HSL | 261º | 0.77% | 0.9% | - |
| HSV(B) | 261º | 0.16% | 0.98% | - |
| XYZ | 70.33 | 68.13 | 99.07 | - |
| YUV | 217.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 249 | 0.10 | 0.16 | 0 | 0.02 | 261 | 0.77 | 0.9 |
| Hex | DF | D1 | F9 | A | 10 | 0 | 2 | 105 | 4D | 5A |
| Octal | 337 | 321 | 371 | 12 | 20 | 0 | 2 | 405 | 115 | 132 |
| Binary | 11011111 | 11010001 | 11111001 | 1010 | 10000 | 0 | 10 | 100000101 | 1001101 | 1011010 |
Color Harmonies of #DFD1F9
Complementary color
Monochromatic Colors of #DFD1F9
Black with #DFD1F9
Text Example
Text Example
White with #DFD1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1F9; }
p { color: rgb(223,209,249); }
H1.HeaderClassName
{
color: #DFD1F9;
}
.AnyTagClassName
{
color: #DFD1F9;
}
</style>
background-color css
<style>
a { background-color: #DFD1F9; }
a { background-color: rgb(223,209,249); }
div.DivClassName
{
background-color: #DFD1F9;
}
.BgClassName
{
background-color: #DFD1F9;
}
</style>
border-color css
<style>
span { border-color: #DFD1F9; }
span { border-color: rgb(223,209,249); }
td.TdClassName
{
border-color: #DFD1F9;
}
.TagClassName
{
border-color: #DFD1F9;
}
</style>