Shades of Fog #DFC8F1
Tints of Fog #DFC8F1
RGB
CMYK
RGB Variations
Color information
#DFC8F1 (or 0xDFC8F1) is known color: Fog. HEX triplet: DF, C8 and F1. RGB value is (223,200,241). Sum of RGB (Red+Green+Blue) = 223+200+241=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8F1 is #20370E. Grayscale: #D3D3D3. Windows color (decimal): -2111247 or 15845599. OLE color: 15845599.
HSL color Cylindrical-coordinate representation of color #DFC8F1: hue angle of 273.66º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC8F1 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 200 | 241 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.05 |
| HSL | 273.66º | 0.59% | 0.86% | - |
| HSV(B) | 273.66º | 0.17% | 0.95% | - |
| XYZ | 66.96 | 63.35 | 91.92 | - |
| YUV | 211.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 241 | 0.07 | 0.17 | 0 | 0.05 | 273.66 | 0.59 | 0.86 |
| Hex | DF | C8 | F1 | 7 | 11 | 0 | 5 | 112 | 3B | 56 |
| Octal | 337 | 310 | 361 | 7 | 21 | 0 | 5 | 422 | 73 | 126 |
| Binary | 11011111 | 11001000 | 11110001 | 111 | 10001 | 0 | 101 | 100010010 | 111011 | 1010110 |
Color Harmonies of #DFC8F1
Complementary color
Monochromatic Colors of #DFC8F1
Black with #DFC8F1
Text Example
Text Example
White with #DFC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8F1; }
p { color: rgb(223,200,241); }
H1.HeaderClassName
{
color: #DFC8F1;
}
.AnyTagClassName
{
color: #DFC8F1;
}
</style>
background-color css
<style>
a { background-color: #DFC8F1; }
a { background-color: rgb(223,200,241); }
div.DivClassName
{
background-color: #DFC8F1;
}
.BgClassName
{
background-color: #DFC8F1;
}
</style>
border-color css
<style>
span { border-color: #DFC8F1; }
span { border-color: rgb(223,200,241); }
td.TdClassName
{
border-color: #DFC8F1;
}
.TagClassName
{
border-color: #DFC8F1;
}
</style>