Shades of Fog #E4CAFE
Tints of Fog #E4CAFE
RGB
CMYK
RGB Variations
Color information
#E4CAFE (or 0xE4CAFE) is known color: Fog. HEX triplet: E4, CA and FE. RGB value is (228,202,254). Sum of RGB (Red+Green+Blue) = 228+202+254=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFE is #1B3501. Grayscale: #D7D7D7. Windows color (decimal): -1783042 or 16698084. OLE color: 16698084.
HSL color Cylindrical-coordinate representation of color #E4CAFE: hue angle of 270º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4CAFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 202 | 254 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.00 |
| HSL | 270º | 0.96% | 0.89% | - |
| HSV(B) | 270º | 0.2% | 1% | - |
| XYZ | 71 | 65.89 | 102.74 | - |
| YUV | 215.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 254 | 0.10 | 0.20 | 0 | 0.00 | 270 | 0.96 | 0.89 |
| Hex | E4 | CA | FE | A | 14 | 0 | 0 | 10E | 60 | 59 |
| Octal | 344 | 312 | 376 | 12 | 24 | 0 | 0 | 416 | 140 | 131 |
| Binary | 11100100 | 11001010 | 11111110 | 1010 | 10100 | 0 | 0 | 100001110 | 1100000 | 1011001 |
Color Harmonies of #E4CAFE
Complementary color
Monochromatic Colors of #E4CAFE
Black with #E4CAFE
Text Example
Text Example
White with #E4CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CAFE; }
p { color: rgb(228,202,254); }
H1.HeaderClassName
{
color: #E4CAFE;
}
.AnyTagClassName
{
color: #E4CAFE;
}
</style>
background-color css
<style>
a { background-color: #E4CAFE; }
a { background-color: rgb(228,202,254); }
div.DivClassName
{
background-color: #E4CAFE;
}
.BgClassName
{
background-color: #E4CAFE;
}
</style>
border-color css
<style>
span { border-color: #E4CAFE; }
span { border-color: rgb(228,202,254); }
td.TdClassName
{
border-color: #E4CAFE;
}
.TagClassName
{
border-color: #E4CAFE;
}
</style>