Shades of Fog #DFD0FA
Tints of Fog #DFD0FA
RGB
CMYK
RGB Variations
Color information
#DFD0FA (or 0xDFD0FA) is known color: Fog. HEX triplet: DF, D0 and FA. RGB value is (223,208,250). Sum of RGB (Red+Green+Blue) = 223+208+250=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0FA is #202F05. Grayscale: #D9D9D9. Windows color (decimal): -2109190 or 16437471. OLE color: 16437471.
HSL color Cylindrical-coordinate representation of color #DFD0FA: hue angle of 261.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFD0FA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 208 | 250 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.02 |
| HSL | 261.43º | 0.81% | 0.9% | - |
| HSV(B) | 261.43º | 0.17% | 0.98% | - |
| XYZ | 70.24 | 67.7 | 99.81 | - |
| YUV | 217.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 250 | 0.11 | 0.17 | 0 | 0.02 | 261.43 | 0.81 | 0.9 |
| Hex | DF | D0 | FA | B | 11 | 0 | 2 | 105 | 51 | 5A |
| Octal | 337 | 320 | 372 | 13 | 21 | 0 | 2 | 405 | 121 | 132 |
| Binary | 11011111 | 11010000 | 11111010 | 1011 | 10001 | 0 | 10 | 100000101 | 1010001 | 1011010 |
Color Harmonies of #DFD0FA
Complementary color
Monochromatic Colors of #DFD0FA
Black with #DFD0FA
Text Example
Text Example
White with #DFD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0FA; }
p { color: rgb(223,208,250); }
H1.HeaderClassName
{
color: #DFD0FA;
}
.AnyTagClassName
{
color: #DFD0FA;
}
</style>
background-color css
<style>
a { background-color: #DFD0FA; }
a { background-color: rgb(223,208,250); }
div.DivClassName
{
background-color: #DFD0FA;
}
.BgClassName
{
background-color: #DFD0FA;
}
</style>
border-color css
<style>
span { border-color: #DFD0FA; }
span { border-color: rgb(223,208,250); }
td.TdClassName
{
border-color: #DFD0FA;
}
.TagClassName
{
border-color: #DFD0FA;
}
</style>