Shades of Fog #DFD4F8
Tints of Fog #DFD4F8
RGB
CMYK
RGB Variations
Color information
#DFD4F8 (or 0xDFD4F8) is known color: Fog. HEX triplet: DF, D4 and F8. RGB value is (223,212,248). Sum of RGB (Red+Green+Blue) = 223+212+248=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4F8 is #202B07. Grayscale: #DBDBDB. Windows color (decimal): -2108168 or 16307423. OLE color: 16307423.
HSL color Cylindrical-coordinate representation of color #DFD4F8: hue angle of 258.33º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD4F8 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 212 | 248 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.03 |
| HSL | 258.33º | 0.72% | 0.9% | - |
| HSV(B) | 258.33º | 0.15% | 0.97% | - |
| XYZ | 70.92 | 69.55 | 98.49 | - |
| YUV | 219.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 248 | 0.10 | 0.15 | 0 | 0.03 | 258.33 | 0.72 | 0.9 |
| Hex | DF | D4 | F8 | A | F | 0 | 3 | 102 | 48 | 5A |
| Octal | 337 | 324 | 370 | 12 | 17 | 0 | 3 | 402 | 110 | 132 |
| Binary | 11011111 | 11010100 | 11111000 | 1010 | 1111 | 0 | 11 | 100000010 | 1001000 | 1011010 |
Color Harmonies of #DFD4F8
Complementary color
Monochromatic Colors of #DFD4F8
Black with #DFD4F8
Text Example
Text Example
White with #DFD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4F8; }
p { color: rgb(223,212,248); }
H1.HeaderClassName
{
color: #DFD4F8;
}
.AnyTagClassName
{
color: #DFD4F8;
}
</style>
background-color css
<style>
a { background-color: #DFD4F8; }
a { background-color: rgb(223,212,248); }
div.DivClassName
{
background-color: #DFD4F8;
}
.BgClassName
{
background-color: #DFD4F8;
}
</style>
border-color css
<style>
span { border-color: #DFD4F8; }
span { border-color: rgb(223,212,248); }
td.TdClassName
{
border-color: #DFD4F8;
}
.TagClassName
{
border-color: #DFD4F8;
}
</style>