Shades of Fog #DEC9F6
Tints of Fog #DEC9F6
RGB
CMYK
RGB Variations
Color information
#DEC9F6 (or 0xDEC9F6) is known color: Fog. HEX triplet: DE, C9 and F6. RGB value is (222,201,246). Sum of RGB (Red+Green+Blue) = 222+201+246=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9F6 is #213609. Grayscale: #D4D4D4. Windows color (decimal): -2176522 or 16173534. OLE color: 16173534.
HSL color Cylindrical-coordinate representation of color #DEC9F6: hue angle of 268º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC9F6 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 201 | 246 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.04 |
| HSL | 268º | 0.71% | 0.88% | - |
| HSV(B) | 268º | 0.18% | 0.96% | - |
| XYZ | 67.65 | 63.96 | 95.97 | - |
| YUV | 212.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 246 | 0.10 | 0.18 | 0 | 0.04 | 268 | 0.71 | 0.88 |
| Hex | DE | C9 | F6 | A | 12 | 0 | 4 | 10C | 47 | 58 |
| Octal | 336 | 311 | 366 | 12 | 22 | 0 | 4 | 414 | 107 | 130 |
| Binary | 11011110 | 11001001 | 11110110 | 1010 | 10010 | 0 | 100 | 100001100 | 1000111 | 1011000 |
Color Harmonies of #DEC9F6
Complementary color
Monochromatic Colors of #DEC9F6
Black with #DEC9F6
Text Example
Text Example
White with #DEC9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9F6; }
p { color: rgb(222,201,246); }
H1.HeaderClassName
{
color: #DEC9F6;
}
.AnyTagClassName
{
color: #DEC9F6;
}
</style>
background-color css
<style>
a { background-color: #DEC9F6; }
a { background-color: rgb(222,201,246); }
div.DivClassName
{
background-color: #DEC9F6;
}
.BgClassName
{
background-color: #DEC9F6;
}
</style>
border-color css
<style>
span { border-color: #DEC9F6; }
span { border-color: rgb(222,201,246); }
td.TdClassName
{
border-color: #DEC9F6;
}
.TagClassName
{
border-color: #DEC9F6;
}
</style>