Shades of Fog #DFDCE6
Tints of Fog #DFDCE6
RGB
CMYK
RGB Variations
Color information
#DFDCE6 (or 0xDFDCE6) is known color: Fog. HEX triplet: DF, DC and E6. RGB value is (223,220,230). Sum of RGB (Red+Green+Blue) = 223+220+230=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCE6 is #202319. Grayscale: #DEDEDE. Windows color (decimal): -2106138 or 15129823. OLE color: 15129823.
HSL color Cylindrical-coordinate representation of color #DFDCE6: hue angle of 258º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDCE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 220 | 230 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.10 |
| HSL | 258º | 0.17% | 0.88% | - |
| HSV(B) | 258º | 0.04% | 0.9% | - |
| XYZ | 70.31 | 72.59 | 85.17 | - |
| YUV | 222.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 230 | 0.03 | 0.04 | 0 | 0.10 | 258 | 0.17 | 0.88 |
| Hex | DF | DC | E6 | 3 | 4 | 0 | A | 102 | 11 | 58 |
| Octal | 337 | 334 | 346 | 3 | 4 | 0 | 12 | 402 | 21 | 130 |
| Binary | 11011111 | 11011100 | 11100110 | 11 | 100 | 0 | 1010 | 100000010 | 10001 | 1011000 |
Color Harmonies of #DFDCE6
Complementary color
Monochromatic Colors of #DFDCE6
Black with #DFDCE6
Text Example
Text Example
White with #DFDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCE6; }
p { color: rgb(223,220,230); }
H1.HeaderClassName
{
color: #DFDCE6;
}
.AnyTagClassName
{
color: #DFDCE6;
}
</style>
background-color css
<style>
a { background-color: #DFDCE6; }
a { background-color: rgb(223,220,230); }
div.DivClassName
{
background-color: #DFDCE6;
}
.BgClassName
{
background-color: #DFDCE6;
}
</style>
border-color css
<style>
span { border-color: #DFDCE6; }
span { border-color: rgb(223,220,230); }
td.TdClassName
{
border-color: #DFDCE6;
}
.TagClassName
{
border-color: #DFDCE6;
}
</style>