Shades of Fog #DFD3F1
Tints of Fog #DFD3F1
RGB
CMYK
RGB Variations
Color information
#DFD3F1 (or 0xDFD3F1) is known color: Fog. HEX triplet: DF, D3 and F1. RGB value is (223,211,241). Sum of RGB (Red+Green+Blue) = 223+211+241=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3F1 is #202C0E. Grayscale: #D9D9D9. Windows color (decimal): -2108431 or 15848415. OLE color: 15848415.
HSL color Cylindrical-coordinate representation of color #DFD3F1: hue angle of 264º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD3F1 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 211 | 241 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.05 |
| HSL | 264º | 0.52% | 0.89% | - |
| HSV(B) | 264º | 0.12% | 0.95% | - |
| XYZ | 69.6 | 68.63 | 92.8 | - |
| YUV | 218.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 241 | 0.07 | 0.12 | 0 | 0.05 | 264 | 0.52 | 0.89 |
| Hex | DF | D3 | F1 | 7 | C | 0 | 5 | 108 | 34 | 59 |
| Octal | 337 | 323 | 361 | 7 | 14 | 0 | 5 | 410 | 64 | 131 |
| Binary | 11011111 | 11010011 | 11110001 | 111 | 1100 | 0 | 101 | 100001000 | 110100 | 1011001 |
Color Harmonies of #DFD3F1
Complementary color
Monochromatic Colors of #DFD3F1
Black with #DFD3F1
Text Example
Text Example
White with #DFD3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3F1; }
p { color: rgb(223,211,241); }
H1.HeaderClassName
{
color: #DFD3F1;
}
.AnyTagClassName
{
color: #DFD3F1;
}
</style>
background-color css
<style>
a { background-color: #DFD3F1; }
a { background-color: rgb(223,211,241); }
div.DivClassName
{
background-color: #DFD3F1;
}
.BgClassName
{
background-color: #DFD3F1;
}
</style>
border-color css
<style>
span { border-color: #DFD3F1; }
span { border-color: rgb(223,211,241); }
td.TdClassName
{
border-color: #DFD3F1;
}
.TagClassName
{
border-color: #DFD3F1;
}
</style>