Shades of Fog #DFCFF8
Tints of Fog #DFCFF8
RGB
CMYK
RGB Variations
Color information
#DFCFF8 (or 0xDFCFF8) is known color: Fog. HEX triplet: DF, CF and F8. RGB value is (223,207,248). Sum of RGB (Red+Green+Blue) = 223+207+248=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF8 is #203007. Grayscale: #D8D8D8. Windows color (decimal): -2109448 or 16306143. OLE color: 16306143.
HSL color Cylindrical-coordinate representation of color #DFCFF8: hue angle of 263.41º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFCFF8 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 207 | 248 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.03 |
| HSL | 263.41º | 0.75% | 0.89% | - |
| HSV(B) | 263.41º | 0.17% | 0.97% | - |
| XYZ | 69.69 | 67.09 | 98.08 | - |
| YUV | 216.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 248 | 0.10 | 0.17 | 0 | 0.03 | 263.41 | 0.75 | 0.89 |
| Hex | DF | CF | F8 | A | 11 | 0 | 3 | 107 | 4B | 59 |
| Octal | 337 | 317 | 370 | 12 | 21 | 0 | 3 | 407 | 113 | 131 |
| Binary | 11011111 | 11001111 | 11111000 | 1010 | 10001 | 0 | 11 | 100000111 | 1001011 | 1011001 |
Color Harmonies of #DFCFF8
Complementary color
Monochromatic Colors of #DFCFF8
Black with #DFCFF8
Text Example
Text Example
White with #DFCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFF8; }
p { color: rgb(223,207,248); }
H1.HeaderClassName
{
color: #DFCFF8;
}
.AnyTagClassName
{
color: #DFCFF8;
}
</style>
background-color css
<style>
a { background-color: #DFCFF8; }
a { background-color: rgb(223,207,248); }
div.DivClassName
{
background-color: #DFCFF8;
}
.BgClassName
{
background-color: #DFCFF8;
}
</style>
border-color css
<style>
span { border-color: #DFCFF8; }
span { border-color: rgb(223,207,248); }
td.TdClassName
{
border-color: #DFCFF8;
}
.TagClassName
{
border-color: #DFCFF8;
}
</style>