Shades of Fog #DFC8F9
Tints of Fog #DFC8F9
RGB
CMYK
RGB Variations
Color information
#DFC8F9 (or 0xDFC8F9) is known color: Fog. HEX triplet: DF, C8 and F9. RGB value is (223,200,249). Sum of RGB (Red+Green+Blue) = 223+200+249=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8F9 is #203706. Grayscale: #D4D4D4. Windows color (decimal): -2111239 or 16369887. OLE color: 16369887.
HSL color Cylindrical-coordinate representation of color #DFC8F9: hue angle of 268.16º degrees, saturation: 0.8, 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 #DFC8F9 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 200 | 249 | - |
CMYK | 0.10 | 0.20 | 0 | 0.02 |
HSL | 268.16º | 0.8% | 0.88% | - |
HSV(B) | 268.16º | 0.2% | 0.98% | - |
XYZ | 68.18 | 63.84 | 98.35 | - |
YUV | 212.46 | 148.62 | 135.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 200 | 249 | 0.10 | 0.20 | 0 | 0.02 | 268.16 | 0.8 | 0.88 |
Hex | DF | C8 | F9 | A | 14 | 0 | 2 | 10C | 50 | 58 |
Octal | 337 | 310 | 371 | 12 | 24 | 0 | 2 | 414 | 120 | 130 |
Binary | 11011111 | 11001000 | 11111001 | 1010 | 10100 | 0 | 10 | 100001100 | 1010000 | 1011000 |
Color Harmonies of #DFC8F9
Complementary color
Monochromatic Colors of #DFC8F9
Black with #DFC8F9
Text Example
Text Example
White with #DFC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8F9; }
p { color: rgb(223,200,249); }
H1.HeaderClassName
{
color: #DFC8F9;
}
.AnyTagClassName
{
color: #DFC8F9;
}
</style>
background-color css
<style>
a { background-color: #DFC8F9; }
a { background-color: rgb(223,200,249); }
div.DivClassName
{
background-color: #DFC8F9;
}
.BgClassName
{
background-color: #DFC8F9;
}
</style>
border-color css
<style>
span { border-color: #DFC8F9; }
span { border-color: rgb(223,200,249); }
td.TdClassName
{
border-color: #DFC8F9;
}
.TagClassName
{
border-color: #DFC8F9;
}
</style>