Shades of Fog #DFC5F4
Tints of Fog #DFC5F4
RGB
CMYK
RGB Variations
Color information
#DFC5F4 (or 0xDFC5F4) is known color: Fog. HEX triplet: DF, C5 and F4. RGB value is (223,197,244). Sum of RGB (Red+Green+Blue) = 223+197+244=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFC5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5F4 is #203A0B. Grayscale: #D1D1D1. Windows color (decimal): -2112012 or 16041439. OLE color: 16041439.
HSL color Cylindrical-coordinate representation of color #DFC5F4: hue angle of 273.19º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC5F4 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 197 | 244 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.04 |
| HSL | 273.19º | 0.68% | 0.86% | - |
| HSV(B) | 273.19º | 0.19% | 0.96% | - |
| XYZ | 66.73 | 62.15 | 94.07 | - |
| YUV | 210.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 244 | 0.09 | 0.19 | 0 | 0.04 | 273.19 | 0.68 | 0.86 |
| Hex | DF | C5 | F4 | 9 | 13 | 0 | 4 | 111 | 44 | 56 |
| Octal | 337 | 305 | 364 | 11 | 23 | 0 | 4 | 421 | 104 | 126 |
| Binary | 11011111 | 11000101 | 11110100 | 1001 | 10011 | 0 | 100 | 100010001 | 1000100 | 1010110 |
Color Harmonies of #DFC5F4
Complementary color
Monochromatic Colors of #DFC5F4
Black with #DFC5F4
Text Example
Text Example
White with #DFC5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5F4; }
p { color: rgb(223,197,244); }
H1.HeaderClassName
{
color: #DFC5F4;
}
.AnyTagClassName
{
color: #DFC5F4;
}
</style>
background-color css
<style>
a { background-color: #DFC5F4; }
a { background-color: rgb(223,197,244); }
div.DivClassName
{
background-color: #DFC5F4;
}
.BgClassName
{
background-color: #DFC5F4;
}
</style>
border-color css
<style>
span { border-color: #DFC5F4; }
span { border-color: rgb(223,197,244); }
td.TdClassName
{
border-color: #DFC5F4;
}
.TagClassName
{
border-color: #DFC5F4;
}
</style>