Shades of Fog #DFC9FE
Tints of Fog #DFC9FE
RGB
CMYK
RGB Variations
Color information
#DFC9FE (or 0xDFC9FE) is known color: Fog. HEX triplet: DF, C9 and FE. RGB value is (223,201,254). Sum of RGB (Red+Green+Blue) = 223+201+254=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9FE is #203601. Grayscale: #D5D5D5. Windows color (decimal): -2110978 or 16697823. OLE color: 16697823.
HSL color Cylindrical-coordinate representation of color #DFC9FE: hue angle of 264.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC9FE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 201 | 254 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.00 |
| HSL | 264.91º | 0.96% | 0.89% | - |
| HSV(B) | 264.91º | 0.21% | 1% | - |
| XYZ | 69.21 | 64.62 | 102.59 | - |
| YUV | 213.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 254 | 0.12 | 0.21 | 0 | 0.00 | 264.91 | 0.96 | 0.89 |
| Hex | DF | C9 | FE | C | 15 | 0 | 0 | 109 | 60 | 59 |
| Octal | 337 | 311 | 376 | 14 | 25 | 0 | 0 | 411 | 140 | 131 |
| Binary | 11011111 | 11001001 | 11111110 | 1100 | 10101 | 0 | 0 | 100001001 | 1100000 | 1011001 |
Color Harmonies of #DFC9FE
Complementary color
Monochromatic Colors of #DFC9FE
Black with #DFC9FE
Text Example
Text Example
White with #DFC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9FE; }
p { color: rgb(223,201,254); }
H1.HeaderClassName
{
color: #DFC9FE;
}
.AnyTagClassName
{
color: #DFC9FE;
}
</style>
background-color css
<style>
a { background-color: #DFC9FE; }
a { background-color: rgb(223,201,254); }
div.DivClassName
{
background-color: #DFC9FE;
}
.BgClassName
{
background-color: #DFC9FE;
}
</style>
border-color css
<style>
span { border-color: #DFC9FE; }
span { border-color: rgb(223,201,254); }
td.TdClassName
{
border-color: #DFC9FE;
}
.TagClassName
{
border-color: #DFC9FE;
}
</style>