Shades of Fog #E3CAFD
Tints of Fog #E3CAFD
RGB
CMYK
RGB Variations
Color information
#E3CAFD (or 0xE3CAFD) is known color: Fog. HEX triplet: E3, CA and FD. RGB value is (227,202,253). Sum of RGB (Red+Green+Blue) = 227+202+253=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAFD is #1C3502. Grayscale: #D7D7D7. Windows color (decimal): -1848579 or 16632547. OLE color: 16632547.
HSL color Cylindrical-coordinate representation of color #E3CAFD: hue angle of 269.41º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3CAFD is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 202 | 253 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.01 |
| HSL | 269.41º | 0.93% | 0.89% | - |
| HSV(B) | 269.41º | 0.2% | 0.99% | - |
| XYZ | 70.53 | 65.66 | 101.89 | - |
| YUV | 215.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 253 | 0.10 | 0.20 | 0 | 0.01 | 269.41 | 0.93 | 0.89 |
| Hex | E3 | CA | FD | A | 14 | 0 | 1 | 10D | 5D | 59 |
| Octal | 343 | 312 | 375 | 12 | 24 | 0 | 1 | 415 | 135 | 131 |
| Binary | 11100011 | 11001010 | 11111101 | 1010 | 10100 | 0 | 1 | 100001101 | 1011101 | 1011001 |
Color Harmonies of #E3CAFD
Complementary color
Monochromatic Colors of #E3CAFD
Black with #E3CAFD
Text Example
Text Example
White with #E3CAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAFD; }
p { color: rgb(227,202,253); }
H1.HeaderClassName
{
color: #E3CAFD;
}
.AnyTagClassName
{
color: #E3CAFD;
}
</style>
background-color css
<style>
a { background-color: #E3CAFD; }
a { background-color: rgb(227,202,253); }
div.DivClassName
{
background-color: #E3CAFD;
}
.BgClassName
{
background-color: #E3CAFD;
}
</style>
border-color css
<style>
span { border-color: #E3CAFD; }
span { border-color: rgb(227,202,253); }
td.TdClassName
{
border-color: #E3CAFD;
}
.TagClassName
{
border-color: #E3CAFD;
}
</style>