Shades of Fog #DFD4F1
Tints of Fog #DFD4F1
RGB
CMYK
RGB Variations
Color information
#DFD4F1 (or 0xDFD4F1) is known color: Fog. HEX triplet: DF, D4 and F1. RGB value is (223,212,241). Sum of RGB (Red+Green+Blue) = 223+212+241=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4F1 is #202B0E. Grayscale: #DADADA. Windows color (decimal): -2108175 or 15848671. OLE color: 15848671.
HSL color Cylindrical-coordinate representation of color #DFD4F1: hue angle of 262.76º degrees, saturation: 0.51, 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 #DFD4F1 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 212 | 241 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.05 |
| HSL | 262.76º | 0.51% | 0.89% | - |
| HSV(B) | 262.76º | 0.12% | 0.95% | - |
| XYZ | 69.85 | 69.13 | 92.88 | - |
| YUV | 218.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 241 | 0.07 | 0.12 | 0 | 0.05 | 262.76 | 0.51 | 0.89 |
| Hex | DF | D4 | F1 | 7 | C | 0 | 5 | 107 | 33 | 59 |
| Octal | 337 | 324 | 361 | 7 | 14 | 0 | 5 | 407 | 63 | 131 |
| Binary | 11011111 | 11010100 | 11110001 | 111 | 1100 | 0 | 101 | 100000111 | 110011 | 1011001 |
Color Harmonies of #DFD4F1
Complementary color
Monochromatic Colors of #DFD4F1
Black with #DFD4F1
Text Example
Text Example
White with #DFD4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4F1; }
p { color: rgb(223,212,241); }
H1.HeaderClassName
{
color: #DFD4F1;
}
.AnyTagClassName
{
color: #DFD4F1;
}
</style>
background-color css
<style>
a { background-color: #DFD4F1; }
a { background-color: rgb(223,212,241); }
div.DivClassName
{
background-color: #DFD4F1;
}
.BgClassName
{
background-color: #DFD4F1;
}
</style>
border-color css
<style>
span { border-color: #DFD4F1; }
span { border-color: rgb(223,212,241); }
td.TdClassName
{
border-color: #DFD4F1;
}
.TagClassName
{
border-color: #DFD4F1;
}
</style>