Shades of Fog #DEC6F6
Tints of Fog #DEC6F6
RGB
CMYK
RGB Variations
Color information
#DEC6F6 (or 0xDEC6F6) is known color: Fog. HEX triplet: DE, C6 and F6. RGB value is (222,198,246). Sum of RGB (Red+Green+Blue) = 222+198+246=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEC6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6F6 is #213909. Grayscale: #D2D2D2. Windows color (decimal): -2177290 or 16172766. OLE color: 16172766.
HSL color Cylindrical-coordinate representation of color #DEC6F6: hue angle of 270º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEC6F6 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 198 | 246 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.04 |
| HSL | 270º | 0.73% | 0.87% | - |
| HSV(B) | 270º | 0.2% | 0.96% | - |
| XYZ | 66.95 | 62.57 | 95.74 | - |
| YUV | 210.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 246 | 0.10 | 0.20 | 0 | 0.04 | 270 | 0.73 | 0.87 |
| Hex | DE | C6 | F6 | A | 14 | 0 | 4 | 10E | 49 | 57 |
| Octal | 336 | 306 | 366 | 12 | 24 | 0 | 4 | 416 | 111 | 127 |
| Binary | 11011110 | 11000110 | 11110110 | 1010 | 10100 | 0 | 100 | 100001110 | 1001001 | 1010111 |
Color Harmonies of #DEC6F6
Complementary color
Monochromatic Colors of #DEC6F6
Black with #DEC6F6
Text Example
Text Example
White with #DEC6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6F6; }
p { color: rgb(222,198,246); }
H1.HeaderClassName
{
color: #DEC6F6;
}
.AnyTagClassName
{
color: #DEC6F6;
}
</style>
background-color css
<style>
a { background-color: #DEC6F6; }
a { background-color: rgb(222,198,246); }
div.DivClassName
{
background-color: #DEC6F6;
}
.BgClassName
{
background-color: #DEC6F6;
}
</style>
border-color css
<style>
span { border-color: #DEC6F6; }
span { border-color: rgb(222,198,246); }
td.TdClassName
{
border-color: #DEC6F6;
}
.TagClassName
{
border-color: #DEC6F6;
}
</style>