Shades of Fog #DFCEF6
Tints of Fog #DFCEF6
RGB
CMYK
RGB Variations
Color information
#DFCEF6 (or 0xDFCEF6) is known color: Fog. HEX triplet: DF, CE and F6. RGB value is (223,206,246). Sum of RGB (Red+Green+Blue) = 223+206+246=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF6 is #203109. Grayscale: #D7D7D7. Windows color (decimal): -2109706 or 16174815. OLE color: 16174815.
HSL color Cylindrical-coordinate representation of color #DFCEF6: hue angle of 265.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCEF6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 206 | 246 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 265.5º | 0.69% | 0.89% | - |
| HSV(B) | 265.5º | 0.16% | 0.96% | - |
| XYZ | 69.14 | 66.48 | 96.38 | - |
| YUV | 215.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 246 | 0.09 | 0.16 | 0 | 0.04 | 265.5 | 0.69 | 0.89 |
| Hex | DF | CE | F6 | 9 | 10 | 0 | 4 | 10A | 45 | 59 |
| Octal | 337 | 316 | 366 | 11 | 20 | 0 | 4 | 412 | 105 | 131 |
| Binary | 11011111 | 11001110 | 11110110 | 1001 | 10000 | 0 | 100 | 100001010 | 1000101 | 1011001 |
Color Harmonies of #DFCEF6
Complementary color
Monochromatic Colors of #DFCEF6
Black with #DFCEF6
Text Example
Text Example
White with #DFCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEF6; }
p { color: rgb(223,206,246); }
H1.HeaderClassName
{
color: #DFCEF6;
}
.AnyTagClassName
{
color: #DFCEF6;
}
</style>
background-color css
<style>
a { background-color: #DFCEF6; }
a { background-color: rgb(223,206,246); }
div.DivClassName
{
background-color: #DFCEF6;
}
.BgClassName
{
background-color: #DFCEF6;
}
</style>
border-color css
<style>
span { border-color: #DFCEF6; }
span { border-color: rgb(223,206,246); }
td.TdClassName
{
border-color: #DFCEF6;
}
.TagClassName
{
border-color: #DFCEF6;
}
</style>