Shades of Fog #DFC9F8
Tints of Fog #DFC9F8
RGB
CMYK
RGB Variations
Color information
#DFC9F8 (or 0xDFC9F8) is known color: Fog. HEX triplet: DF, C9 and F8. RGB value is (223,201,248). Sum of RGB (Red+Green+Blue) = 223+201+248=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFC9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9F8 is #203607. Grayscale: #D4D4D4. Windows color (decimal): -2110984 or 16304607. OLE color: 16304607.
HSL color Cylindrical-coordinate representation of color #DFC9F8: hue angle of 268.09º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC9F8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 201 | 248 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.03 |
| HSL | 268.09º | 0.77% | 0.88% | - |
| HSV(B) | 268.09º | 0.19% | 0.97% | - |
| XYZ | 68.26 | 64.24 | 97.61 | - |
| YUV | 212.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 248 | 0.10 | 0.19 | 0 | 0.03 | 268.09 | 0.77 | 0.88 |
| Hex | DF | C9 | F8 | A | 13 | 0 | 3 | 10C | 4D | 58 |
| Octal | 337 | 311 | 370 | 12 | 23 | 0 | 3 | 414 | 115 | 130 |
| Binary | 11011111 | 11001001 | 11111000 | 1010 | 10011 | 0 | 11 | 100001100 | 1001101 | 1011000 |
Color Harmonies of #DFC9F8
Complementary color
Monochromatic Colors of #DFC9F8
Black with #DFC9F8
Text Example
Text Example
White with #DFC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9F8; }
p { color: rgb(223,201,248); }
H1.HeaderClassName
{
color: #DFC9F8;
}
.AnyTagClassName
{
color: #DFC9F8;
}
</style>
background-color css
<style>
a { background-color: #DFC9F8; }
a { background-color: rgb(223,201,248); }
div.DivClassName
{
background-color: #DFC9F8;
}
.BgClassName
{
background-color: #DFC9F8;
}
</style>
border-color css
<style>
span { border-color: #DFC9F8; }
span { border-color: rgb(223,201,248); }
td.TdClassName
{
border-color: #DFC9F8;
}
.TagClassName
{
border-color: #DFC9F8;
}
</style>