Shades of Fog #DFCFF0
Tints of Fog #DFCFF0
RGB
CMYK
RGB Variations
Color information
#DFCFF0 (or 0xDFCFF0) is known color: Fog. HEX triplet: DF, CF and F0. RGB value is (223,207,240). Sum of RGB (Red+Green+Blue) = 223+207+240=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF0 is #20300F. Grayscale: #D7D7D7. Windows color (decimal): -2109456 or 15781855. OLE color: 15781855.
HSL color Cylindrical-coordinate representation of color #DFCFF0: hue angle of 269.09º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCFF0 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 207 | 240 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.06 |
| HSL | 269.09º | 0.52% | 0.88% | - |
| HSV(B) | 269.09º | 0.14% | 0.94% | - |
| XYZ | 68.47 | 66.6 | 91.69 | - |
| YUV | 215.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 240 | 0.07 | 0.14 | 0 | 0.06 | 269.09 | 0.52 | 0.88 |
| Hex | DF | CF | F0 | 7 | E | 0 | 6 | 10D | 34 | 58 |
| Octal | 337 | 317 | 360 | 7 | 16 | 0 | 6 | 415 | 64 | 130 |
| Binary | 11011111 | 11001111 | 11110000 | 111 | 1110 | 0 | 110 | 100001101 | 110100 | 1011000 |
Color Harmonies of #DFCFF0
Complementary color
Monochromatic Colors of #DFCFF0
Black with #DFCFF0
Text Example
Text Example
White with #DFCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFF0; }
p { color: rgb(223,207,240); }
H1.HeaderClassName
{
color: #DFCFF0;
}
.AnyTagClassName
{
color: #DFCFF0;
}
</style>
background-color css
<style>
a { background-color: #DFCFF0; }
a { background-color: rgb(223,207,240); }
div.DivClassName
{
background-color: #DFCFF0;
}
.BgClassName
{
background-color: #DFCFF0;
}
</style>
border-color css
<style>
span { border-color: #DFCFF0; }
span { border-color: rgb(223,207,240); }
td.TdClassName
{
border-color: #DFCFF0;
}
.TagClassName
{
border-color: #DFCFF0;
}
</style>