Shades of Fog #DFC9F9
Tints of Fog #DFC9F9
RGB
CMYK
RGB Variations
Color information
#DFC9F9 (or 0xDFC9F9) is known color: Fog. HEX triplet: DF, C9 and F9. RGB value is (223,201,249). Sum of RGB (Red+Green+Blue) = 223+201+249=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9F9 is #203606. Grayscale: #D4D4D4. Windows color (decimal): -2110983 or 16370143. OLE color: 16370143.
HSL color Cylindrical-coordinate representation of color #DFC9F9: hue angle of 267.5º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC9F9 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 201 | 249 | - |
CMYK | 0.10 | 0.19 | 0 | 0.02 |
HSL | 267.5º | 0.8% | 0.88% | - |
HSV(B) | 267.5º | 0.19% | 0.98% | - |
XYZ | 68.42 | 64.3 | 98.43 | - |
YUV | 213.05 | 148.29 | 135.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 201 | 249 | 0.10 | 0.19 | 0 | 0.02 | 267.5 | 0.8 | 0.88 |
Hex | DF | C9 | F9 | A | 13 | 0 | 2 | 10C | 50 | 58 |
Octal | 337 | 311 | 371 | 12 | 23 | 0 | 2 | 414 | 120 | 130 |
Binary | 11011111 | 11001001 | 11111001 | 1010 | 10011 | 0 | 10 | 100001100 | 1010000 | 1011000 |
Color Harmonies of #DFC9F9
Complementary color
Monochromatic Colors of #DFC9F9
Black with #DFC9F9
Text Example
Text Example
White with #DFC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9F9; }
p { color: rgb(223,201,249); }
H1.HeaderClassName
{
color: #DFC9F9;
}
.AnyTagClassName
{
color: #DFC9F9;
}
</style>
background-color css
<style>
a { background-color: #DFC9F9; }
a { background-color: rgb(223,201,249); }
div.DivClassName
{
background-color: #DFC9F9;
}
.BgClassName
{
background-color: #DFC9F9;
}
</style>
border-color css
<style>
span { border-color: #DFC9F9; }
span { border-color: rgb(223,201,249); }
td.TdClassName
{
border-color: #DFC9F9;
}
.TagClassName
{
border-color: #DFC9F9;
}
</style>