Shades of Fog #DFCCF1
Tints of Fog #DFCCF1
RGB
CMYK
RGB Variations
Color information
#DFCCF1 (or 0xDFCCF1) is known color: Fog. HEX triplet: DF, CC and F1. RGB value is (223,204,241). Sum of RGB (Red+Green+Blue) = 223+204+241=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCF1 is #20330E. Grayscale: #D5D5D5. Windows color (decimal): -2110223 or 15846623. OLE color: 15846623.
HSL color Cylindrical-coordinate representation of color #DFCCF1: hue angle of 270.81º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCCF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 204 | 241 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 270.81º | 0.57% | 0.87% | - |
| HSV(B) | 270.81º | 0.15% | 0.95% | - |
| XYZ | 67.9 | 65.22 | 92.23 | - |
| YUV | 213.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 241 | 0.07 | 0.15 | 0 | 0.05 | 270.81 | 0.57 | 0.87 |
| Hex | DF | CC | F1 | 7 | F | 0 | 5 | 10F | 39 | 57 |
| Octal | 337 | 314 | 361 | 7 | 17 | 0 | 5 | 417 | 71 | 127 |
| Binary | 11011111 | 11001100 | 11110001 | 111 | 1111 | 0 | 101 | 100001111 | 111001 | 1010111 |
Color Harmonies of #DFCCF1
Complementary color
Monochromatic Colors of #DFCCF1
Black with #DFCCF1
Text Example
Text Example
White with #DFCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCF1; }
p { color: rgb(223,204,241); }
H1.HeaderClassName
{
color: #DFCCF1;
}
.AnyTagClassName
{
color: #DFCCF1;
}
</style>
background-color css
<style>
a { background-color: #DFCCF1; }
a { background-color: rgb(223,204,241); }
div.DivClassName
{
background-color: #DFCCF1;
}
.BgClassName
{
background-color: #DFCCF1;
}
</style>
border-color css
<style>
span { border-color: #DFCCF1; }
span { border-color: rgb(223,204,241); }
td.TdClassName
{
border-color: #DFCCF1;
}
.TagClassName
{
border-color: #DFCCF1;
}
</style>