Shades of Fog #DFC4F1
Tints of Fog #DFC4F1
RGB
CMYK
RGB Variations
Color information
#DFC4F1 (or 0xDFC4F1) is known color: Fog. HEX triplet: DF, C4 and F1. RGB value is (223,196,241). Sum of RGB (Red+Green+Blue) = 223+196+241=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4F1 is #203B0E. Grayscale: #D1D1D1. Windows color (decimal): -2112271 or 15844575. OLE color: 15844575.
HSL color Cylindrical-coordinate representation of color #DFC4F1: hue angle of 276º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC4F1 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 196 | 241 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.05 |
| HSL | 276º | 0.62% | 0.86% | - |
| HSV(B) | 276º | 0.19% | 0.95% | - |
| XYZ | 66.05 | 61.52 | 91.61 | - |
| YUV | 209.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 241 | 0.07 | 0.19 | 0 | 0.05 | 276 | 0.62 | 0.86 |
| Hex | DF | C4 | F1 | 7 | 13 | 0 | 5 | 114 | 3E | 56 |
| Octal | 337 | 304 | 361 | 7 | 23 | 0 | 5 | 424 | 76 | 126 |
| Binary | 11011111 | 11000100 | 11110001 | 111 | 10011 | 0 | 101 | 100010100 | 111110 | 1010110 |
Color Harmonies of #DFC4F1
Complementary color
Monochromatic Colors of #DFC4F1
Black with #DFC4F1
Text Example
Text Example
White with #DFC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4F1; }
p { color: rgb(223,196,241); }
H1.HeaderClassName
{
color: #DFC4F1;
}
.AnyTagClassName
{
color: #DFC4F1;
}
</style>
background-color css
<style>
a { background-color: #DFC4F1; }
a { background-color: rgb(223,196,241); }
div.DivClassName
{
background-color: #DFC4F1;
}
.BgClassName
{
background-color: #DFC4F1;
}
</style>
border-color css
<style>
span { border-color: #DFC4F1; }
span { border-color: rgb(223,196,241); }
td.TdClassName
{
border-color: #DFC4F1;
}
.TagClassName
{
border-color: #DFC4F1;
}
</style>