Shades of Fog #DFC4F6
Tints of Fog #DFC4F6
RGB
CMYK
RGB Variations
Color information
#DFC4F6 (or 0xDFC4F6) is known color: Fog. HEX triplet: DF, C4 and F6. RGB value is (223,196,246). Sum of RGB (Red+Green+Blue) = 223+196+246=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFC4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4F6 is #203B09. Grayscale: #D1D1D1. Windows color (decimal): -2112266 or 16172255. OLE color: 16172255.
HSL color Cylindrical-coordinate representation of color #DFC4F6: hue angle of 272.4º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC4F6 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 196 | 246 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.04 |
| HSL | 272.4º | 0.74% | 0.87% | - |
| HSV(B) | 272.4º | 0.2% | 0.96% | - |
| XYZ | 66.81 | 61.82 | 95.6 | - |
| YUV | 209.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 246 | 0.09 | 0.20 | 0 | 0.04 | 272.4 | 0.74 | 0.87 |
| Hex | DF | C4 | F6 | 9 | 14 | 0 | 4 | 110 | 4A | 57 |
| Octal | 337 | 304 | 366 | 11 | 24 | 0 | 4 | 420 | 112 | 127 |
| Binary | 11011111 | 11000100 | 11110110 | 1001 | 10100 | 0 | 100 | 100010000 | 1001010 | 1010111 |
Color Harmonies of #DFC4F6
Complementary color
Monochromatic Colors of #DFC4F6
Black with #DFC4F6
Text Example
Text Example
White with #DFC4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4F6; }
p { color: rgb(223,196,246); }
H1.HeaderClassName
{
color: #DFC4F6;
}
.AnyTagClassName
{
color: #DFC4F6;
}
</style>
background-color css
<style>
a { background-color: #DFC4F6; }
a { background-color: rgb(223,196,246); }
div.DivClassName
{
background-color: #DFC4F6;
}
.BgClassName
{
background-color: #DFC4F6;
}
</style>
border-color css
<style>
span { border-color: #DFC4F6; }
span { border-color: rgb(223,196,246); }
td.TdClassName
{
border-color: #DFC4F6;
}
.TagClassName
{
border-color: #DFC4F6;
}
</style>