Shades of Fog #E3CEFD
Tints of Fog #E3CEFD
RGB
CMYK
RGB Variations
Color information
#E3CEFD (or 0xE3CEFD) is known color: Fog. HEX triplet: E3, CE and FD. RGB value is (227,206,253). Sum of RGB (Red+Green+Blue) = 227+206+253=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CEFD is #1C3102. Grayscale: #D9D9D9. Windows color (decimal): -1847555 or 16633571. OLE color: 16633571.
HSL color Cylindrical-coordinate representation of color #E3CEFD: hue angle of 266.81º degrees, saturation: 0.92, 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 #E3CEFD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 206 | 253 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 266.81º | 0.92% | 0.9% | - |
| HSV(B) | 266.81º | 0.19% | 0.99% | - |
| XYZ | 71.48 | 67.57 | 102.2 | - |
| YUV | 217.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 253 | 0.10 | 0.19 | 0 | 0.01 | 266.81 | 0.92 | 0.9 |
| Hex | E3 | CE | FD | A | 13 | 0 | 1 | 10B | 5C | 5A |
| Octal | 343 | 316 | 375 | 12 | 23 | 0 | 1 | 413 | 134 | 132 |
| Binary | 11100011 | 11001110 | 11111101 | 1010 | 10011 | 0 | 1 | 100001011 | 1011100 | 1011010 |
Color Harmonies of #E3CEFD
Complementary color
Monochromatic Colors of #E3CEFD
Black with #E3CEFD
Text Example
Text Example
White with #E3CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEFD; }
p { color: rgb(227,206,253); }
H1.HeaderClassName
{
color: #E3CEFD;
}
.AnyTagClassName
{
color: #E3CEFD;
}
</style>
background-color css
<style>
a { background-color: #E3CEFD; }
a { background-color: rgb(227,206,253); }
div.DivClassName
{
background-color: #E3CEFD;
}
.BgClassName
{
background-color: #E3CEFD;
}
</style>
border-color css
<style>
span { border-color: #E3CEFD; }
span { border-color: rgb(227,206,253); }
td.TdClassName
{
border-color: #E3CEFD;
}
.TagClassName
{
border-color: #E3CEFD;
}
</style>