Shades of Fog #E4CFFE
Tints of Fog #E4CFFE
RGB
CMYK
RGB Variations
Color information
#E4CFFE (or 0xE4CFFE) is known color: Fog. HEX triplet: E4, CF and FE. RGB value is (228,207,254). Sum of RGB (Red+Green+Blue) = 228+207+254=689 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.09% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFFE is #1B3001. Grayscale: #DADADA. Windows color (decimal): -1781762 or 16699364. OLE color: 16699364.
HSL color Cylindrical-coordinate representation of color #E4CFFE: hue angle of 266.81º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CFFE is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 207 | 254 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.00 |
| HSL | 266.81º | 0.96% | 0.9% | - |
| HSV(B) | 266.81º | 0.19% | 1% | - |
| XYZ | 72.2 | 68.28 | 103.14 | - |
| YUV | 218.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 254 | 0.10 | 0.19 | 0 | 0.00 | 266.81 | 0.96 | 0.9 |
| Hex | E4 | CF | FE | A | 13 | 0 | 0 | 10B | 60 | 5A |
| Octal | 344 | 317 | 376 | 12 | 23 | 0 | 0 | 413 | 140 | 132 |
| Binary | 11100100 | 11001111 | 11111110 | 1010 | 10011 | 0 | 0 | 100001011 | 1100000 | 1011010 |
Color Harmonies of #E4CFFE
Complementary color
Monochromatic Colors of #E4CFFE
Black with #E4CFFE
Text Example
Text Example
White with #E4CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CFFE; }
p { color: rgb(228,207,254); }
H1.HeaderClassName
{
color: #E4CFFE;
}
.AnyTagClassName
{
color: #E4CFFE;
}
</style>
background-color css
<style>
a { background-color: #E4CFFE; }
a { background-color: rgb(228,207,254); }
div.DivClassName
{
background-color: #E4CFFE;
}
.BgClassName
{
background-color: #E4CFFE;
}
</style>
border-color css
<style>
span { border-color: #E4CFFE; }
span { border-color: rgb(228,207,254); }
td.TdClassName
{
border-color: #E4CFFE;
}
.TagClassName
{
border-color: #E4CFFE;
}
</style>