Shades of Fog #E1CCFA
Tints of Fog #E1CCFA
RGB
CMYK
RGB Variations
Color information
#E1CCFA (or 0xE1CCFA) is known color: Fog. HEX triplet: E1, CC and FA. RGB value is (225,204,250). Sum of RGB (Red+Green+Blue) = 225+204+250=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFA is #1E3305. Grayscale: #D7D7D7. Windows color (decimal): -1979142 or 16436449. OLE color: 16436449.
HSL color Cylindrical-coordinate representation of color #E1CCFA: hue angle of 267.39º degrees, saturation: 0.82, 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 #E1CCFA is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 204 | 250 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.02 |
| HSL | 267.39º | 0.82% | 0.89% | - |
| HSV(B) | 267.39º | 0.18% | 0.98% | - |
| XYZ | 69.9 | 66.1 | 99.52 | - |
| YUV | 215.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 250 | 0.10 | 0.18 | 0 | 0.02 | 267.39 | 0.82 | 0.89 |
| Hex | E1 | CC | FA | A | 12 | 0 | 2 | 10B | 52 | 59 |
| Octal | 341 | 314 | 372 | 12 | 22 | 0 | 2 | 413 | 122 | 131 |
| Binary | 11100001 | 11001100 | 11111010 | 1010 | 10010 | 0 | 10 | 100001011 | 1010010 | 1011001 |
Color Harmonies of #E1CCFA
Complementary color
Monochromatic Colors of #E1CCFA
Black with #E1CCFA
Text Example
Text Example
White with #E1CCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCFA; }
p { color: rgb(225,204,250); }
H1.HeaderClassName
{
color: #E1CCFA;
}
.AnyTagClassName
{
color: #E1CCFA;
}
</style>
background-color css
<style>
a { background-color: #E1CCFA; }
a { background-color: rgb(225,204,250); }
div.DivClassName
{
background-color: #E1CCFA;
}
.BgClassName
{
background-color: #E1CCFA;
}
</style>
border-color css
<style>
span { border-color: #E1CCFA; }
span { border-color: rgb(225,204,250); }
td.TdClassName
{
border-color: #E1CCFA;
}
.TagClassName
{
border-color: #E1CCFA;
}
</style>