Shades of Fog #E1CCFB
Tints of Fog #E1CCFB
RGB
CMYK
RGB Variations
Color information
#E1CCFB (or 0xE1CCFB) is known color: Fog. HEX triplet: E1, CC and FB. RGB value is (225,204,251). Sum of RGB (Red+Green+Blue) = 225+204+251=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFB is #1E3304. Grayscale: #D7D7D7. Windows color (decimal): -1979141 or 16501985. OLE color: 16501985.
HSL color Cylindrical-coordinate representation of color #E1CCFB: hue angle of 266.81º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1CCFB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 204 | 251 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.02 |
| HSL | 266.81º | 0.85% | 0.89% | - |
| HSV(B) | 266.81º | 0.19% | 0.98% | - |
| XYZ | 70.06 | 66.16 | 100.34 | - |
| YUV | 215.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 251 | 0.10 | 0.19 | 0 | 0.02 | 266.81 | 0.85 | 0.89 |
| Hex | E1 | CC | FB | A | 13 | 0 | 2 | 10B | 55 | 59 |
| Octal | 341 | 314 | 373 | 12 | 23 | 0 | 2 | 413 | 125 | 131 |
| Binary | 11100001 | 11001100 | 11111011 | 1010 | 10011 | 0 | 10 | 100001011 | 1010101 | 1011001 |
Color Harmonies of #E1CCFB
Complementary color
Monochromatic Colors of #E1CCFB
Black with #E1CCFB
Text Example
Text Example
White with #E1CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCFB; }
p { color: rgb(225,204,251); }
H1.HeaderClassName
{
color: #E1CCFB;
}
.AnyTagClassName
{
color: #E1CCFB;
}
</style>
background-color css
<style>
a { background-color: #E1CCFB; }
a { background-color: rgb(225,204,251); }
div.DivClassName
{
background-color: #E1CCFB;
}
.BgClassName
{
background-color: #E1CCFB;
}
</style>
border-color css
<style>
span { border-color: #E1CCFB; }
span { border-color: rgb(225,204,251); }
td.TdClassName
{
border-color: #E1CCFB;
}
.TagClassName
{
border-color: #E1CCFB;
}
</style>