Shades of Fog #E3CCFC
Tints of Fog #E3CCFC
RGB
CMYK
RGB Variations
Color information
#E3CCFC (or 0xE3CCFC) is known color: Fog. HEX triplet: E3, CC and FC. RGB value is (227,204,252). Sum of RGB (Red+Green+Blue) = 227+204+252=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CCFC is #1C3303. Grayscale: #D8D8D8. Windows color (decimal): -1848068 or 16567523. OLE color: 16567523.
HSL color Cylindrical-coordinate representation of color #E3CCFC: hue angle of 268.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3CCFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 204 | 252 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 268.75º | 0.89% | 0.89% | - |
| HSV(B) | 268.75º | 0.19% | 0.99% | - |
| XYZ | 70.84 | 66.54 | 101.21 | - |
| YUV | 216.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 252 | 0.10 | 0.19 | 0 | 0.01 | 268.75 | 0.89 | 0.89 |
| Hex | E3 | CC | FC | A | 13 | 0 | 1 | 10D | 59 | 59 |
| Octal | 343 | 314 | 374 | 12 | 23 | 0 | 1 | 415 | 131 | 131 |
| Binary | 11100011 | 11001100 | 11111100 | 1010 | 10011 | 0 | 1 | 100001101 | 1011001 | 1011001 |
Color Harmonies of #E3CCFC
Complementary color
Monochromatic Colors of #E3CCFC
Black with #E3CCFC
Text Example
Text Example
White with #E3CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCFC; }
p { color: rgb(227,204,252); }
H1.HeaderClassName
{
color: #E3CCFC;
}
.AnyTagClassName
{
color: #E3CCFC;
}
</style>
background-color css
<style>
a { background-color: #E3CCFC; }
a { background-color: rgb(227,204,252); }
div.DivClassName
{
background-color: #E3CCFC;
}
.BgClassName
{
background-color: #E3CCFC;
}
</style>
border-color css
<style>
span { border-color: #E3CCFC; }
span { border-color: rgb(227,204,252); }
td.TdClassName
{
border-color: #E3CCFC;
}
.TagClassName
{
border-color: #E3CCFC;
}
</style>