Shades of Fog #DECDF9
Tints of Fog #DECDF9
RGB
CMYK
RGB Variations
Color information
#DECDF9 (or 0xDECDF9) is known color: Fog. HEX triplet: DE, CD and F9. RGB value is (222,205,249). Sum of RGB (Red+Green+Blue) = 222+205+249=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #DECDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECDF9 is #213206. Grayscale: #D6D6D6. Windows color (decimal): -2175495 or 16371166. OLE color: 16371166.
HSL color Cylindrical-coordinate representation of color #DECDF9: hue angle of 263.18º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECDF9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 205 | 249 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.02 |
| HSL | 263.18º | 0.79% | 0.89% | - |
| HSV(B) | 263.18º | 0.18% | 0.98% | - |
| XYZ | 69.05 | 66.03 | 98.73 | - |
| YUV | 215.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 249 | 0.11 | 0.18 | 0 | 0.02 | 263.18 | 0.79 | 0.89 |
| Hex | DE | CD | F9 | B | 12 | 0 | 2 | 107 | 4F | 59 |
| Octal | 336 | 315 | 371 | 13 | 22 | 0 | 2 | 407 | 117 | 131 |
| Binary | 11011110 | 11001101 | 11111001 | 1011 | 10010 | 0 | 10 | 100000111 | 1001111 | 1011001 |
Color Harmonies of #DECDF9
Complementary color
Monochromatic Colors of #DECDF9
Black with #DECDF9
Text Example
Text Example
White with #DECDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDF9; }
p { color: rgb(222,205,249); }
H1.HeaderClassName
{
color: #DECDF9;
}
.AnyTagClassName
{
color: #DECDF9;
}
</style>
background-color css
<style>
a { background-color: #DECDF9; }
a { background-color: rgb(222,205,249); }
div.DivClassName
{
background-color: #DECDF9;
}
.BgClassName
{
background-color: #DECDF9;
}
</style>
border-color css
<style>
span { border-color: #DECDF9; }
span { border-color: rgb(222,205,249); }
td.TdClassName
{
border-color: #DECDF9;
}
.TagClassName
{
border-color: #DECDF9;
}
</style>