Shades of Fog #DFD3F8
Tints of Fog #DFD3F8
RGB
CMYK
RGB Variations
Color information
#DFD3F8 (or 0xDFD3F8) is known color: Fog. HEX triplet: DF, D3 and F8. RGB value is (223,211,248). Sum of RGB (Red+Green+Blue) = 223+211+248=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFD3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3F8 is #202C07. Grayscale: #DADADA. Windows color (decimal): -2108424 or 16307167. OLE color: 16307167.
HSL color Cylindrical-coordinate representation of color #DFD3F8: hue angle of 259.46º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD3F8 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 211 | 248 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.03 |
| HSL | 259.46º | 0.73% | 0.9% | - |
| HSV(B) | 259.46º | 0.15% | 0.97% | - |
| XYZ | 70.67 | 69.05 | 98.41 | - |
| YUV | 218.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 248 | 0.10 | 0.15 | 0 | 0.03 | 259.46 | 0.73 | 0.9 |
| Hex | DF | D3 | F8 | A | F | 0 | 3 | 103 | 49 | 5A |
| Octal | 337 | 323 | 370 | 12 | 17 | 0 | 3 | 403 | 111 | 132 |
| Binary | 11011111 | 11010011 | 11111000 | 1010 | 1111 | 0 | 11 | 100000011 | 1001001 | 1011010 |
Color Harmonies of #DFD3F8
Complementary color
Monochromatic Colors of #DFD3F8
Black with #DFD3F8
Text Example
Text Example
White with #DFD3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3F8; }
p { color: rgb(223,211,248); }
H1.HeaderClassName
{
color: #DFD3F8;
}
.AnyTagClassName
{
color: #DFD3F8;
}
</style>
background-color css
<style>
a { background-color: #DFD3F8; }
a { background-color: rgb(223,211,248); }
div.DivClassName
{
background-color: #DFD3F8;
}
.BgClassName
{
background-color: #DFD3F8;
}
</style>
border-color css
<style>
span { border-color: #DFD3F8; }
span { border-color: rgb(223,211,248); }
td.TdClassName
{
border-color: #DFD3F8;
}
.TagClassName
{
border-color: #DFD3F8;
}
</style>