Shades of Fog #DFC7FA
Tints of Fog #DFC7FA
RGB
CMYK
RGB Variations
Color information
#DFC7FA (or 0xDFC7FA) is known color: Fog. HEX triplet: DF, C7 and FA. RGB value is (223,199,250). Sum of RGB (Red+Green+Blue) = 223+199+250=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7FA is #203805. Grayscale: #D3D3D3. Windows color (decimal): -2111494 or 16435167. OLE color: 16435167.
HSL color Cylindrical-coordinate representation of color #DFC7FA: hue angle of 268.24º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC7FA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 199 | 250 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.02 |
| HSL | 268.24º | 0.84% | 0.88% | - |
| HSV(B) | 268.24º | 0.2% | 0.98% | - |
| XYZ | 68.11 | 63.44 | 99.1 | - |
| YUV | 211.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 250 | 0.11 | 0.20 | 0 | 0.02 | 268.24 | 0.84 | 0.88 |
| Hex | DF | C7 | FA | B | 14 | 0 | 2 | 10C | 54 | 58 |
| Octal | 337 | 307 | 372 | 13 | 24 | 0 | 2 | 414 | 124 | 130 |
| Binary | 11011111 | 11000111 | 11111010 | 1011 | 10100 | 0 | 10 | 100001100 | 1010100 | 1011000 |
Color Harmonies of #DFC7FA
Complementary color
Monochromatic Colors of #DFC7FA
Black with #DFC7FA
Text Example
Text Example
White with #DFC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7FA; }
p { color: rgb(223,199,250); }
H1.HeaderClassName
{
color: #DFC7FA;
}
.AnyTagClassName
{
color: #DFC7FA;
}
</style>
background-color css
<style>
a { background-color: #DFC7FA; }
a { background-color: rgb(223,199,250); }
div.DivClassName
{
background-color: #DFC7FA;
}
.BgClassName
{
background-color: #DFC7FA;
}
</style>
border-color css
<style>
span { border-color: #DFC7FA; }
span { border-color: rgb(223,199,250); }
td.TdClassName
{
border-color: #DFC7FA;
}
.TagClassName
{
border-color: #DFC7FA;
}
</style>