Shades of Fog #DFC9FC
Tints of Fog #DFC9FC
RGB
CMYK
RGB Variations
Color information
#DFC9FC (or 0xDFC9FC) is known color: Fog. HEX triplet: DF, C9 and FC. RGB value is (223,201,252). Sum of RGB (Red+Green+Blue) = 223+201+252=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9FC is #203603. Grayscale: #D5D5D5. Windows color (decimal): -2110980 or 16566751. OLE color: 16566751.
HSL color Cylindrical-coordinate representation of color #DFC9FC: hue angle of 265.88º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC9FC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 201 | 252 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.01 |
| HSL | 265.88º | 0.89% | 0.89% | - |
| HSV(B) | 265.88º | 0.2% | 0.99% | - |
| XYZ | 68.89 | 64.49 | 100.91 | - |
| YUV | 213.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 252 | 0.12 | 0.20 | 0 | 0.01 | 265.88 | 0.89 | 0.89 |
| Hex | DF | C9 | FC | C | 14 | 0 | 1 | 10A | 59 | 59 |
| Octal | 337 | 311 | 374 | 14 | 24 | 0 | 1 | 412 | 131 | 131 |
| Binary | 11011111 | 11001001 | 11111100 | 1100 | 10100 | 0 | 1 | 100001010 | 1011001 | 1011001 |
Color Harmonies of #DFC9FC
Complementary color
Monochromatic Colors of #DFC9FC
Black with #DFC9FC
Text Example
Text Example
White with #DFC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9FC; }
p { color: rgb(223,201,252); }
H1.HeaderClassName
{
color: #DFC9FC;
}
.AnyTagClassName
{
color: #DFC9FC;
}
</style>
background-color css
<style>
a { background-color: #DFC9FC; }
a { background-color: rgb(223,201,252); }
div.DivClassName
{
background-color: #DFC9FC;
}
.BgClassName
{
background-color: #DFC9FC;
}
</style>
border-color css
<style>
span { border-color: #DFC9FC; }
span { border-color: rgb(223,201,252); }
td.TdClassName
{
border-color: #DFC9FC;
}
.TagClassName
{
border-color: #DFC9FC;
}
</style>