Shades of Fog #DFC9FD
Tints of Fog #DFC9FD
RGB
CMYK
RGB Variations
Color information
#DFC9FD (or 0xDFC9FD) is known color: Fog. HEX triplet: DF, C9 and FD. RGB value is (223,201,253). Sum of RGB (Red+Green+Blue) = 223+201+253=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9FD is #203602. Grayscale: #D5D5D5. Windows color (decimal): -2110979 or 16632287. OLE color: 16632287.
HSL color Cylindrical-coordinate representation of color #DFC9FD: hue angle of 265.38º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC9FD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 201 | 253 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.01 |
| HSL | 265.38º | 0.93% | 0.89% | - |
| HSV(B) | 265.38º | 0.21% | 0.99% | - |
| XYZ | 69.05 | 64.55 | 101.75 | - |
| YUV | 213.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 253 | 0.12 | 0.21 | 0 | 0.01 | 265.38 | 0.93 | 0.89 |
| Hex | DF | C9 | FD | C | 15 | 0 | 1 | 109 | 5D | 59 |
| Octal | 337 | 311 | 375 | 14 | 25 | 0 | 1 | 411 | 135 | 131 |
| Binary | 11011111 | 11001001 | 11111101 | 1100 | 10101 | 0 | 1 | 100001001 | 1011101 | 1011001 |
Color Harmonies of #DFC9FD
Complementary color
Monochromatic Colors of #DFC9FD
Black with #DFC9FD
Text Example
Text Example
White with #DFC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9FD; }
p { color: rgb(223,201,253); }
H1.HeaderClassName
{
color: #DFC9FD;
}
.AnyTagClassName
{
color: #DFC9FD;
}
</style>
background-color css
<style>
a { background-color: #DFC9FD; }
a { background-color: rgb(223,201,253); }
div.DivClassName
{
background-color: #DFC9FD;
}
.BgClassName
{
background-color: #DFC9FD;
}
</style>
border-color css
<style>
span { border-color: #DFC9FD; }
span { border-color: rgb(223,201,253); }
td.TdClassName
{
border-color: #DFC9FD;
}
.TagClassName
{
border-color: #DFC9FD;
}
</style>