Shades of Fog #E1CCFE
Tints of Fog #E1CCFE
RGB
CMYK
RGB Variations
Color information
#E1CCFE (or 0xE1CCFE) is known color: Fog. HEX triplet: E1, CC and FE. RGB value is (225,204,254). Sum of RGB (Red+Green+Blue) = 225+204+254=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFE is #1E3301. Grayscale: #D7D7D7. Windows color (decimal): -1979138 or 16698593. OLE color: 16698593.
HSL color Cylindrical-coordinate representation of color #E1CCFE: hue angle of 265.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CCFE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 204 | 254 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.00 |
| HSL | 265.2º | 0.96% | 0.9% | - |
| HSV(B) | 265.2º | 0.2% | 1% | - |
| XYZ | 70.53 | 66.35 | 102.86 | - |
| YUV | 215.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 254 | 0.11 | 0.20 | 0 | 0.00 | 265.2 | 0.96 | 0.9 |
| Hex | E1 | CC | FE | B | 14 | 0 | 0 | 109 | 60 | 5A |
| Octal | 341 | 314 | 376 | 13 | 24 | 0 | 0 | 411 | 140 | 132 |
| Binary | 11100001 | 11001100 | 11111110 | 1011 | 10100 | 0 | 0 | 100001001 | 1100000 | 1011010 |
Color Harmonies of #E1CCFE
Complementary color
Monochromatic Colors of #E1CCFE
Black with #E1CCFE
Text Example
Text Example
White with #E1CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCFE; }
p { color: rgb(225,204,254); }
H1.HeaderClassName
{
color: #E1CCFE;
}
.AnyTagClassName
{
color: #E1CCFE;
}
</style>
background-color css
<style>
a { background-color: #E1CCFE; }
a { background-color: rgb(225,204,254); }
div.DivClassName
{
background-color: #E1CCFE;
}
.BgClassName
{
background-color: #E1CCFE;
}
</style>
border-color css
<style>
span { border-color: #E1CCFE; }
span { border-color: rgb(225,204,254); }
td.TdClassName
{
border-color: #E1CCFE;
}
.TagClassName
{
border-color: #E1CCFE;
}
</style>