Shades of Fog #DFCFF1
Tints of Fog #DFCFF1
RGB
CMYK
RGB Variations
Color information
#DFCFF1 (or 0xDFCFF1) is known color: Fog. HEX triplet: DF, CF and F1. RGB value is (223,207,241). Sum of RGB (Red+Green+Blue) = 223+207+241=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF1 is #20300E. Grayscale: #D7D7D7. Windows color (decimal): -2109455 or 15847391. OLE color: 15847391.
HSL color Cylindrical-coordinate representation of color #DFCFF1: hue angle of 268.24º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCFF1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 207 | 241 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 268.24º | 0.55% | 0.88% | - |
| HSV(B) | 268.24º | 0.14% | 0.95% | - |
| XYZ | 68.62 | 66.66 | 92.47 | - |
| YUV | 215.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 241 | 0.07 | 0.14 | 0 | 0.05 | 268.24 | 0.55 | 0.88 |
| Hex | DF | CF | F1 | 7 | E | 0 | 5 | 10C | 37 | 58 |
| Octal | 337 | 317 | 361 | 7 | 16 | 0 | 5 | 414 | 67 | 130 |
| Binary | 11011111 | 11001111 | 11110001 | 111 | 1110 | 0 | 101 | 100001100 | 110111 | 1011000 |
Color Harmonies of #DFCFF1
Complementary color
Monochromatic Colors of #DFCFF1
Black with #DFCFF1
Text Example
Text Example
White with #DFCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFF1; }
p { color: rgb(223,207,241); }
H1.HeaderClassName
{
color: #DFCFF1;
}
.AnyTagClassName
{
color: #DFCFF1;
}
</style>
background-color css
<style>
a { background-color: #DFCFF1; }
a { background-color: rgb(223,207,241); }
div.DivClassName
{
background-color: #DFCFF1;
}
.BgClassName
{
background-color: #DFCFF1;
}
</style>
border-color css
<style>
span { border-color: #DFCFF1; }
span { border-color: rgb(223,207,241); }
td.TdClassName
{
border-color: #DFCFF1;
}
.TagClassName
{
border-color: #DFCFF1;
}
</style>