Shades of Fog #DFD1F1
Tints of Fog #DFD1F1
RGB
CMYK
RGB Variations
Color information
#DFD1F1 (or 0xDFD1F1) is known color: Fog. HEX triplet: DF, D1 and F1. RGB value is (223,209,241). Sum of RGB (Red+Green+Blue) = 223+209+241=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1F1 is #202E0E. Grayscale: #D8D8D8. Windows color (decimal): -2108943 or 15847903. OLE color: 15847903.
HSL color Cylindrical-coordinate representation of color #DFD1F1: hue angle of 266.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD1F1 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 209 | 241 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.05 |
| HSL | 266.25º | 0.53% | 0.88% | - |
| HSV(B) | 266.25º | 0.13% | 0.95% | - |
| XYZ | 69.11 | 67.64 | 92.63 | - |
| YUV | 216.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 241 | 0.07 | 0.13 | 0 | 0.05 | 266.25 | 0.53 | 0.88 |
| Hex | DF | D1 | F1 | 7 | D | 0 | 5 | 10A | 35 | 58 |
| Octal | 337 | 321 | 361 | 7 | 15 | 0 | 5 | 412 | 65 | 130 |
| Binary | 11011111 | 11010001 | 11110001 | 111 | 1101 | 0 | 101 | 100001010 | 110101 | 1011000 |
Color Harmonies of #DFD1F1
Complementary color
Monochromatic Colors of #DFD1F1
Black with #DFD1F1
Text Example
Text Example
White with #DFD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1F1; }
p { color: rgb(223,209,241); }
H1.HeaderClassName
{
color: #DFD1F1;
}
.AnyTagClassName
{
color: #DFD1F1;
}
</style>
background-color css
<style>
a { background-color: #DFD1F1; }
a { background-color: rgb(223,209,241); }
div.DivClassName
{
background-color: #DFD1F1;
}
.BgClassName
{
background-color: #DFD1F1;
}
</style>
border-color css
<style>
span { border-color: #DFD1F1; }
span { border-color: rgb(223,209,241); }
td.TdClassName
{
border-color: #DFD1F1;
}
.TagClassName
{
border-color: #DFD1F1;
}
</style>