Shades of Fog #DFD1FA
Tints of Fog #DFD1FA
RGB
CMYK
RGB Variations
Color information
#DFD1FA (or 0xDFD1FA) is known color: Fog. HEX triplet: DF, D1 and FA. RGB value is (223,209,250). Sum of RGB (Red+Green+Blue) = 223+209+250=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1FA is #202E05. Grayscale: #D9D9D9. Windows color (decimal): -2108934 or 16437727. OLE color: 16437727.
HSL color Cylindrical-coordinate representation of color #DFD1FA: hue angle of 260.49º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD1FA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 209 | 250 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.02 |
| HSL | 260.49º | 0.8% | 0.9% | - |
| HSV(B) | 260.49º | 0.16% | 0.98% | - |
| XYZ | 70.49 | 68.19 | 99.89 | - |
| YUV | 217.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 250 | 0.11 | 0.16 | 0 | 0.02 | 260.49 | 0.8 | 0.9 |
| Hex | DF | D1 | FA | B | 10 | 0 | 2 | 104 | 50 | 5A |
| Octal | 337 | 321 | 372 | 13 | 20 | 0 | 2 | 404 | 120 | 132 |
| Binary | 11011111 | 11010001 | 11111010 | 1011 | 10000 | 0 | 10 | 100000100 | 1010000 | 1011010 |
Color Harmonies of #DFD1FA
Complementary color
Monochromatic Colors of #DFD1FA
Black with #DFD1FA
Text Example
Text Example
White with #DFD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1FA; }
p { color: rgb(223,209,250); }
H1.HeaderClassName
{
color: #DFD1FA;
}
.AnyTagClassName
{
color: #DFD1FA;
}
</style>
background-color css
<style>
a { background-color: #DFD1FA; }
a { background-color: rgb(223,209,250); }
div.DivClassName
{
background-color: #DFD1FA;
}
.BgClassName
{
background-color: #DFD1FA;
}
</style>
border-color css
<style>
span { border-color: #DFD1FA; }
span { border-color: rgb(223,209,250); }
td.TdClassName
{
border-color: #DFD1FA;
}
.TagClassName
{
border-color: #DFD1FA;
}
</style>