Shades of Fog #DFC6F1
Tints of Fog #DFC6F1
RGB
CMYK
RGB Variations
Color information
#DFC6F1 (or 0xDFC6F1) is known color: Fog. HEX triplet: DF, C6 and F1. RGB value is (223,198,241). Sum of RGB (Red+Green+Blue) = 223+198+241=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6F1 is #20390E. Grayscale: #D2D2D2. Windows color (decimal): -2111759 or 15845087. OLE color: 15845087.
HSL color Cylindrical-coordinate representation of color #DFC6F1: hue angle of 274.88º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC6F1 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 198 | 241 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.05 |
| HSL | 274.88º | 0.61% | 0.86% | - |
| HSV(B) | 274.88º | 0.18% | 0.95% | - |
| XYZ | 66.5 | 62.43 | 91.76 | - |
| YUV | 210.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 241 | 0.07 | 0.18 | 0 | 0.05 | 274.88 | 0.61 | 0.86 |
| Hex | DF | C6 | F1 | 7 | 12 | 0 | 5 | 113 | 3D | 56 |
| Octal | 337 | 306 | 361 | 7 | 22 | 0 | 5 | 423 | 75 | 126 |
| Binary | 11011111 | 11000110 | 11110001 | 111 | 10010 | 0 | 101 | 100010011 | 111101 | 1010110 |
Color Harmonies of #DFC6F1
Complementary color
Monochromatic Colors of #DFC6F1
Black with #DFC6F1
Text Example
Text Example
White with #DFC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6F1; }
p { color: rgb(223,198,241); }
H1.HeaderClassName
{
color: #DFC6F1;
}
.AnyTagClassName
{
color: #DFC6F1;
}
</style>
background-color css
<style>
a { background-color: #DFC6F1; }
a { background-color: rgb(223,198,241); }
div.DivClassName
{
background-color: #DFC6F1;
}
.BgClassName
{
background-color: #DFC6F1;
}
</style>
border-color css
<style>
span { border-color: #DFC6F1; }
span { border-color: rgb(223,198,241); }
td.TdClassName
{
border-color: #DFC6F1;
}
.TagClassName
{
border-color: #DFC6F1;
}
</style>