Shades of Fog #DFD0F0
Tints of Fog #DFD0F0
RGB
CMYK
RGB Variations
Color information
#DFD0F0 (or 0xDFD0F0) is known color: Fog. HEX triplet: DF, D0 and F0. RGB value is (223,208,240). Sum of RGB (Red+Green+Blue) = 223+208+240=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0F0 is #202F0F. Grayscale: #D8D8D8. Windows color (decimal): -2109200 or 15782111. OLE color: 15782111.
HSL color Cylindrical-coordinate representation of color #DFD0F0: hue angle of 268.12º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD0F0 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 208 | 240 | - |
CMYK | 0.07 | 0.13 | 0 | 0.06 |
HSL | 268.13º | 0.52% | 0.88% | - |
HSV(B) | 268.13º | 0.13% | 0.94% | - |
XYZ | 68.72 | 67.09 | 91.77 | - |
YUV | 216.13 | 141.47 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 240 | 0.07 | 0.13 | 0 | 0.06 | 268.13 | 0.52 | 0.88 |
Hex | DF | D0 | F0 | 7 | D | 0 | 6 | 10C | 34 | 58 |
Octal | 337 | 320 | 360 | 7 | 15 | 0 | 6 | 414 | 64 | 130 |
Binary | 11011111 | 11010000 | 11110000 | 111 | 1101 | 0 | 110 | 100001100 | 110100 | 1011000 |
Color Harmonies of #DFD0F0
Complementary color
Monochromatic Colors of #DFD0F0
Black with #DFD0F0
Text Example
Text Example
White with #DFD0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0F0; }
p { color: rgb(223,208,240); }
H1.HeaderClassName
{
color: #DFD0F0;
}
.AnyTagClassName
{
color: #DFD0F0;
}
</style>
background-color css
<style>
a { background-color: #DFD0F0; }
a { background-color: rgb(223,208,240); }
div.DivClassName
{
background-color: #DFD0F0;
}
.BgClassName
{
background-color: #DFD0F0;
}
</style>
border-color css
<style>
span { border-color: #DFD0F0; }
span { border-color: rgb(223,208,240); }
td.TdClassName
{
border-color: #DFD0F0;
}
.TagClassName
{
border-color: #DFD0F0;
}
</style>