Shades of Fog #DFC6FA
Tints of Fog #DFC6FA
RGB
CMYK
RGB Variations
Color information
#DFC6FA (or 0xDFC6FA) is known color: Fog. HEX triplet: DF, C6 and FA. RGB value is (223,198,250). Sum of RGB (Red+Green+Blue) = 223+198+250=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6FA is #203905. Grayscale: #D3D3D3. Windows color (decimal): -2111750 or 16434911. OLE color: 16434911.
HSL color Cylindrical-coordinate representation of color #DFC6FA: hue angle of 268.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC6FA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 198 | 250 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.02 |
| HSL | 268.85º | 0.84% | 0.88% | - |
| HSV(B) | 268.85º | 0.21% | 0.98% | - |
| XYZ | 67.88 | 62.98 | 99.02 | - |
| YUV | 211.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 250 | 0.11 | 0.21 | 0 | 0.02 | 268.85 | 0.84 | 0.88 |
| Hex | DF | C6 | FA | B | 15 | 0 | 2 | 10D | 54 | 58 |
| Octal | 337 | 306 | 372 | 13 | 25 | 0 | 2 | 415 | 124 | 130 |
| Binary | 11011111 | 11000110 | 11111010 | 1011 | 10101 | 0 | 10 | 100001101 | 1010100 | 1011000 |
Color Harmonies of #DFC6FA
Complementary color
Monochromatic Colors of #DFC6FA
Black with #DFC6FA
Text Example
Text Example
White with #DFC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6FA; }
p { color: rgb(223,198,250); }
H1.HeaderClassName
{
color: #DFC6FA;
}
.AnyTagClassName
{
color: #DFC6FA;
}
</style>
background-color css
<style>
a { background-color: #DFC6FA; }
a { background-color: rgb(223,198,250); }
div.DivClassName
{
background-color: #DFC6FA;
}
.BgClassName
{
background-color: #DFC6FA;
}
</style>
border-color css
<style>
span { border-color: #DFC6FA; }
span { border-color: rgb(223,198,250); }
td.TdClassName
{
border-color: #DFC6FA;
}
.TagClassName
{
border-color: #DFC6FA;
}
</style>