Shades of Fog #E3CFF8
Tints of Fog #E3CFF8
RGB
CMYK
RGB Variations
Color information
#E3CFF8 (or 0xE3CFF8) is known color: Fog. HEX triplet: E3, CF and F8. RGB value is (227,207,248). Sum of RGB (Red+Green+Blue) = 227+207+248=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFF8 is #1C3007. Grayscale: #D9D9D9. Windows color (decimal): -1847304 or 16306147. OLE color: 16306147.
HSL color Cylindrical-coordinate representation of color #E3CFF8: hue angle of 269.27º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3CFF8 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 207 | 248 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.03 |
| HSL | 269.27º | 0.75% | 0.89% | - |
| HSV(B) | 269.27º | 0.17% | 0.97% | - |
| XYZ | 70.93 | 67.73 | 98.14 | - |
| YUV | 217.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 248 | 0.08 | 0.17 | 0 | 0.03 | 269.27 | 0.75 | 0.89 |
| Hex | E3 | CF | F8 | 8 | 11 | 0 | 3 | 10D | 4B | 59 |
| Octal | 343 | 317 | 370 | 10 | 21 | 0 | 3 | 415 | 113 | 131 |
| Binary | 11100011 | 11001111 | 11111000 | 1000 | 10001 | 0 | 11 | 100001101 | 1001011 | 1011001 |
Color Harmonies of #E3CFF8
Complementary color
Monochromatic Colors of #E3CFF8
Black with #E3CFF8
Text Example
Text Example
White with #E3CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFF8; }
p { color: rgb(227,207,248); }
H1.HeaderClassName
{
color: #E3CFF8;
}
.AnyTagClassName
{
color: #E3CFF8;
}
</style>
background-color css
<style>
a { background-color: #E3CFF8; }
a { background-color: rgb(227,207,248); }
div.DivClassName
{
background-color: #E3CFF8;
}
.BgClassName
{
background-color: #E3CFF8;
}
</style>
border-color css
<style>
span { border-color: #E3CFF8; }
span { border-color: rgb(227,207,248); }
td.TdClassName
{
border-color: #E3CFF8;
}
.TagClassName
{
border-color: #E3CFF8;
}
</style>