Shades of Fog #DEC4FA
Tints of Fog #DEC4FA
RGB
CMYK
RGB Variations
Color information
#DEC4FA (or 0xDEC4FA) is known color: Fog. HEX triplet: DE, C4 and FA. RGB value is (222,196,250). Sum of RGB (Red+Green+Blue) = 222+196+250=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4FA is #213B05. Grayscale: #D1D1D1. Windows color (decimal): -2177798 or 16434398. OLE color: 16434398.
HSL color Cylindrical-coordinate representation of color #DEC4FA: hue angle of 268.89º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC4FA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 196 | 250 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.02 |
| HSL | 268.89º | 0.84% | 0.87% | - |
| HSV(B) | 268.89º | 0.22% | 0.98% | - |
| XYZ | 67.12 | 61.91 | 98.86 | - |
| YUV | 209.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 250 | 0.11 | 0.22 | 0 | 0.02 | 268.89 | 0.84 | 0.87 |
| Hex | DE | C4 | FA | B | 16 | 0 | 2 | 10D | 54 | 57 |
| Octal | 336 | 304 | 372 | 13 | 26 | 0 | 2 | 415 | 124 | 127 |
| Binary | 11011110 | 11000100 | 11111010 | 1011 | 10110 | 0 | 10 | 100001101 | 1010100 | 1010111 |
Color Harmonies of #DEC4FA
Complementary color
Monochromatic Colors of #DEC4FA
Black with #DEC4FA
Text Example
Text Example
White with #DEC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4FA; }
p { color: rgb(222,196,250); }
H1.HeaderClassName
{
color: #DEC4FA;
}
.AnyTagClassName
{
color: #DEC4FA;
}
</style>
background-color css
<style>
a { background-color: #DEC4FA; }
a { background-color: rgb(222,196,250); }
div.DivClassName
{
background-color: #DEC4FA;
}
.BgClassName
{
background-color: #DEC4FA;
}
</style>
border-color css
<style>
span { border-color: #DEC4FA; }
span { border-color: rgb(222,196,250); }
td.TdClassName
{
border-color: #DEC4FA;
}
.TagClassName
{
border-color: #DEC4FA;
}
</style>