Shades of Fog #DFC8FA
Tints of Fog #DFC8FA
RGB
CMYK
RGB Variations
Color information
#DFC8FA (or 0xDFC8FA) is known color: Fog. HEX triplet: DF, C8 and FA. RGB value is (223,200,250). Sum of RGB (Red+Green+Blue) = 223+200+250=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8FA is #203705. Grayscale: #D4D4D4. Windows color (decimal): -2111238 or 16435423. OLE color: 16435423.
HSL color Cylindrical-coordinate representation of color #DFC8FA: hue angle of 267.6º degrees, saturation: 0.83, 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 #DFC8FA is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 200 | 250 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.02 |
| HSL | 267.6º | 0.83% | 0.88% | - |
| HSV(B) | 267.6º | 0.2% | 0.98% | - |
| XYZ | 68.34 | 63.9 | 99.17 | - |
| YUV | 212.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 250 | 0.11 | 0.2 | 0 | 0.02 | 267.6 | 0.83 | 0.88 |
| Hex | DF | C8 | FA | B | 14 | 0 | 2 | 10C | 53 | 58 |
| Octal | 337 | 310 | 372 | 13 | 24 | 0 | 2 | 414 | 123 | 130 |
| Binary | 11011111 | 11001000 | 11111010 | 1011 | 10100 | 0 | 10 | 100001100 | 1010011 | 1011000 |
Color Harmonies of #DFC8FA
Complementary color
Monochromatic Colors of #DFC8FA
Black with #DFC8FA
Text Example
Text Example
White with #DFC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8FA; }
p { color: rgb(223,200,250); }
H1.HeaderClassName
{
color: #DFC8FA;
}
.AnyTagClassName
{
color: #DFC8FA;
}
</style>
background-color css
<style>
a { background-color: #DFC8FA; }
a { background-color: rgb(223,200,250); }
div.DivClassName
{
background-color: #DFC8FA;
}
.BgClassName
{
background-color: #DFC8FA;
}
</style>
border-color css
<style>
span { border-color: #DFC8FA; }
span { border-color: rgb(223,200,250); }
td.TdClassName
{
border-color: #DFC8FA;
}
.TagClassName
{
border-color: #DFC8FA;
}
</style>