Shades of Fog #DFD3F2
Tints of Fog #DFD3F2
RGB
CMYK
RGB Variations
Color information
#DFD3F2 (or 0xDFD3F2) is known color: Fog. HEX triplet: DF, D3 and F2. RGB value is (223,211,242). Sum of RGB (Red+Green+Blue) = 223+211+242=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3F2 is #202C0D. Grayscale: #DADADA. Windows color (decimal): -2108430 or 15913951. OLE color: 15913951.
HSL color Cylindrical-coordinate representation of color #DFD3F2: hue angle of 263.23º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD3F2 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 211 | 242 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.05 |
| HSL | 263.23º | 0.54% | 0.89% | - |
| HSV(B) | 263.23º | 0.13% | 0.95% | - |
| XYZ | 69.75 | 68.69 | 93.59 | - |
| YUV | 218.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 242 | 0.08 | 0.13 | 0 | 0.05 | 263.23 | 0.54 | 0.89 |
| Hex | DF | D3 | F2 | 8 | D | 0 | 5 | 107 | 36 | 59 |
| Octal | 337 | 323 | 362 | 10 | 15 | 0 | 5 | 407 | 66 | 131 |
| Binary | 11011111 | 11010011 | 11110010 | 1000 | 1101 | 0 | 101 | 100000111 | 110110 | 1011001 |
Color Harmonies of #DFD3F2
Complementary color
Monochromatic Colors of #DFD3F2
Black with #DFD3F2
Text Example
Text Example
White with #DFD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3F2; }
p { color: rgb(223,211,242); }
H1.HeaderClassName
{
color: #DFD3F2;
}
.AnyTagClassName
{
color: #DFD3F2;
}
</style>
background-color css
<style>
a { background-color: #DFD3F2; }
a { background-color: rgb(223,211,242); }
div.DivClassName
{
background-color: #DFD3F2;
}
.BgClassName
{
background-color: #DFD3F2;
}
</style>
border-color css
<style>
span { border-color: #DFD3F2; }
span { border-color: rgb(223,211,242); }
td.TdClassName
{
border-color: #DFD3F2;
}
.TagClassName
{
border-color: #DFD3F2;
}
</style>