Shades of Fog #E3CDFC
Tints of Fog #E3CDFC
RGB
CMYK
RGB Variations
Color information
#E3CDFC (or 0xE3CDFC) is known color: Fog. HEX triplet: E3, CD and FC. RGB value is (227,205,252). Sum of RGB (Red+Green+Blue) = 227+205+252=684 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.19% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDFC is #1C3203. Grayscale: #D8D8D8. Windows color (decimal): -1847812 or 16567779. OLE color: 16567779.
HSL color Cylindrical-coordinate representation of color #E3CDFC: hue angle of 268.09º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3CDFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 205 | 252 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 268.09º | 0.89% | 0.9% | - |
| HSV(B) | 268.09º | 0.19% | 0.99% | - |
| XYZ | 71.08 | 67.02 | 101.29 | - |
| YUV | 216.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 252 | 0.10 | 0.19 | 0 | 0.01 | 268.09 | 0.89 | 0.9 |
| Hex | E3 | CD | FC | A | 13 | 0 | 1 | 10C | 59 | 5A |
| Octal | 343 | 315 | 374 | 12 | 23 | 0 | 1 | 414 | 131 | 132 |
| Binary | 11100011 | 11001101 | 11111100 | 1010 | 10011 | 0 | 1 | 100001100 | 1011001 | 1011010 |
Color Harmonies of #E3CDFC
Complementary color
Monochromatic Colors of #E3CDFC
Black with #E3CDFC
Text Example
Text Example
White with #E3CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDFC; }
p { color: rgb(227,205,252); }
H1.HeaderClassName
{
color: #E3CDFC;
}
.AnyTagClassName
{
color: #E3CDFC;
}
</style>
background-color css
<style>
a { background-color: #E3CDFC; }
a { background-color: rgb(227,205,252); }
div.DivClassName
{
background-color: #E3CDFC;
}
.BgClassName
{
background-color: #E3CDFC;
}
</style>
border-color css
<style>
span { border-color: #E3CDFC; }
span { border-color: rgb(227,205,252); }
td.TdClassName
{
border-color: #E3CDFC;
}
.TagClassName
{
border-color: #E3CDFC;
}
</style>