Shades of Fog #DFC8F0
Tints of Fog #DFC8F0
RGB
CMYK
RGB Variations
Color information
#DFC8F0 (or 0xDFC8F0) is known color: Fog. HEX triplet: DF, C8 and F0. RGB value is (223,200,240). Sum of RGB (Red+Green+Blue) = 223+200+240=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8F0 is #20370F. Grayscale: #D3D3D3. Windows color (decimal): -2111248 or 15780063. OLE color: 15780063.
HSL color Cylindrical-coordinate representation of color #DFC8F0: hue angle of 274.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC8F0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 200 | 240 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.06 |
| HSL | 274.5º | 0.57% | 0.86% | - |
| HSV(B) | 274.5º | 0.17% | 0.94% | - |
| XYZ | 66.81 | 63.29 | 91.13 | - |
| YUV | 211.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 240 | 0.07 | 0.17 | 0 | 0.06 | 274.5 | 0.57 | 0.86 |
| Hex | DF | C8 | F0 | 7 | 11 | 0 | 6 | 112 | 39 | 56 |
| Octal | 337 | 310 | 360 | 7 | 21 | 0 | 6 | 422 | 71 | 126 |
| Binary | 11011111 | 11001000 | 11110000 | 111 | 10001 | 0 | 110 | 100010010 | 111001 | 1010110 |
Color Harmonies of #DFC8F0
Complementary color
Monochromatic Colors of #DFC8F0
Black with #DFC8F0
Text Example
Text Example
White with #DFC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8F0; }
p { color: rgb(223,200,240); }
H1.HeaderClassName
{
color: #DFC8F0;
}
.AnyTagClassName
{
color: #DFC8F0;
}
</style>
background-color css
<style>
a { background-color: #DFC8F0; }
a { background-color: rgb(223,200,240); }
div.DivClassName
{
background-color: #DFC8F0;
}
.BgClassName
{
background-color: #DFC8F0;
}
</style>
border-color css
<style>
span { border-color: #DFC8F0; }
span { border-color: rgb(223,200,240); }
td.TdClassName
{
border-color: #DFC8F0;
}
.TagClassName
{
border-color: #DFC8F0;
}
</style>