Shades of Fog #DFD1F4
Tints of Fog #DFD1F4
RGB
CMYK
RGB Variations
Color information
#DFD1F4 (or 0xDFD1F4) is known color: Fog. HEX triplet: DF, D1 and F4. RGB value is (223,209,244). Sum of RGB (Red+Green+Blue) = 223+209+244=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFD1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1F4 is #202E0B. Grayscale: #D9D9D9. Windows color (decimal): -2108940 or 16044511. OLE color: 16044511.
HSL color Cylindrical-coordinate representation of color #DFD1F4: hue angle of 264º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD1F4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 209 | 244 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.04 |
| HSL | 264º | 0.61% | 0.89% | - |
| HSV(B) | 264º | 0.14% | 0.96% | - |
| XYZ | 69.56 | 67.82 | 95.01 | - |
| YUV | 217.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 244 | 0.09 | 0.14 | 0 | 0.04 | 264 | 0.61 | 0.89 |
| Hex | DF | D1 | F4 | 9 | E | 0 | 4 | 108 | 3D | 59 |
| Octal | 337 | 321 | 364 | 11 | 16 | 0 | 4 | 410 | 75 | 131 |
| Binary | 11011111 | 11010001 | 11110100 | 1001 | 1110 | 0 | 100 | 100001000 | 111101 | 1011001 |
Color Harmonies of #DFD1F4
Complementary color
Monochromatic Colors of #DFD1F4
Black with #DFD1F4
Text Example
Text Example
White with #DFD1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1F4; }
p { color: rgb(223,209,244); }
H1.HeaderClassName
{
color: #DFD1F4;
}
.AnyTagClassName
{
color: #DFD1F4;
}
</style>
background-color css
<style>
a { background-color: #DFD1F4; }
a { background-color: rgb(223,209,244); }
div.DivClassName
{
background-color: #DFD1F4;
}
.BgClassName
{
background-color: #DFD1F4;
}
</style>
border-color css
<style>
span { border-color: #DFD1F4; }
span { border-color: rgb(223,209,244); }
td.TdClassName
{
border-color: #DFD1F4;
}
.TagClassName
{
border-color: #DFD1F4;
}
</style>