Shades of Fog #DFD2F1
Tints of Fog #DFD2F1
RGB
CMYK
RGB Variations
Color information
#DFD2F1 (or 0xDFD2F1) is known color: Fog. HEX triplet: DF, D2 and F1. RGB value is (223,210,241). Sum of RGB (Red+Green+Blue) = 223+210+241=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2F1 is #202D0E. Grayscale: #D9D9D9. Windows color (decimal): -2108687 or 15848159. OLE color: 15848159.
HSL color Cylindrical-coordinate representation of color #DFD2F1: hue angle of 265.16º 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 #DFD2F1 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 210 | 241 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.05 |
| HSL | 265.16º | 0.53% | 0.88% | - |
| HSV(B) | 265.16º | 0.13% | 0.95% | - |
| XYZ | 69.36 | 68.13 | 92.71 | - |
| YUV | 217.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 241 | 0.07 | 0.13 | 0 | 0.05 | 265.16 | 0.53 | 0.88 |
| Hex | DF | D2 | F1 | 7 | D | 0 | 5 | 109 | 35 | 58 |
| Octal | 337 | 322 | 361 | 7 | 15 | 0 | 5 | 411 | 65 | 130 |
| Binary | 11011111 | 11010010 | 11110001 | 111 | 1101 | 0 | 101 | 100001001 | 110101 | 1011000 |
Color Harmonies of #DFD2F1
Complementary color
Monochromatic Colors of #DFD2F1
Black with #DFD2F1
Text Example
Text Example
White with #DFD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2F1; }
p { color: rgb(223,210,241); }
H1.HeaderClassName
{
color: #DFD2F1;
}
.AnyTagClassName
{
color: #DFD2F1;
}
</style>
background-color css
<style>
a { background-color: #DFD2F1; }
a { background-color: rgb(223,210,241); }
div.DivClassName
{
background-color: #DFD2F1;
}
.BgClassName
{
background-color: #DFD2F1;
}
</style>
border-color css
<style>
span { border-color: #DFD2F1; }
span { border-color: rgb(223,210,241); }
td.TdClassName
{
border-color: #DFD2F1;
}
.TagClassName
{
border-color: #DFD2F1;
}
</style>