Shades of Fog #DEC6FC
Tints of Fog #DEC6FC
RGB
CMYK
RGB Variations
Color information
#DEC6FC (or 0xDEC6FC) is known color: Fog. HEX triplet: DE, C6 and FC. RGB value is (222,198,252). Sum of RGB (Red+Green+Blue) = 222+198+252=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6FC is #213903. Grayscale: #D3D3D3. Windows color (decimal): -2177284 or 16565982. OLE color: 16565982.
HSL color Cylindrical-coordinate representation of color #DEC6FC: hue angle of 266.67º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC6FC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 198 | 252 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.01 |
| HSL | 266.67º | 0.9% | 0.88% | - |
| HSV(B) | 266.67º | 0.21% | 0.99% | - |
| XYZ | 67.89 | 62.95 | 100.67 | - |
| YUV | 211.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 252 | 0.12 | 0.21 | 0 | 0.01 | 266.67 | 0.9 | 0.88 |
| Hex | DE | C6 | FC | C | 15 | 0 | 1 | 10B | 5A | 58 |
| Octal | 336 | 306 | 374 | 14 | 25 | 0 | 1 | 413 | 132 | 130 |
| Binary | 11011110 | 11000110 | 11111100 | 1100 | 10101 | 0 | 1 | 100001011 | 1011010 | 1011000 |
Color Harmonies of #DEC6FC
Complementary color
Monochromatic Colors of #DEC6FC
Black with #DEC6FC
Text Example
Text Example
White with #DEC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6FC; }
p { color: rgb(222,198,252); }
H1.HeaderClassName
{
color: #DEC6FC;
}
.AnyTagClassName
{
color: #DEC6FC;
}
</style>
background-color css
<style>
a { background-color: #DEC6FC; }
a { background-color: rgb(222,198,252); }
div.DivClassName
{
background-color: #DEC6FC;
}
.BgClassName
{
background-color: #DEC6FC;
}
</style>
border-color css
<style>
span { border-color: #DEC6FC; }
span { border-color: rgb(222,198,252); }
td.TdClassName
{
border-color: #DEC6FC;
}
.TagClassName
{
border-color: #DEC6FC;
}
</style>