Shades of Fog #E1CFF4
Tints of Fog #E1CFF4
RGB
CMYK
RGB Variations
Color information
#E1CFF4 (or 0xE1CFF4) is known color: Fog. HEX triplet: E1, CF and F4. RGB value is (225,207,244). Sum of RGB (Red+Green+Blue) = 225+207+244=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF4 is #1E300B. Grayscale: #D8D8D8. Windows color (decimal): -1978380 or 16044001. OLE color: 16044001.
HSL color Cylindrical-coordinate representation of color #E1CFF4: hue angle of 269.19º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CFF4 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 207 | 244 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.04 |
| HSL | 269.19º | 0.63% | 0.88% | - |
| HSV(B) | 269.19º | 0.15% | 0.96% | - |
| XYZ | 69.69 | 67.16 | 94.88 | - |
| YUV | 216.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 244 | 0.08 | 0.15 | 0 | 0.04 | 269.19 | 0.63 | 0.88 |
| Hex | E1 | CF | F4 | 8 | F | 0 | 4 | 10D | 3F | 58 |
| Octal | 341 | 317 | 364 | 10 | 17 | 0 | 4 | 415 | 77 | 130 |
| Binary | 11100001 | 11001111 | 11110100 | 1000 | 1111 | 0 | 100 | 100001101 | 111111 | 1011000 |
Color Harmonies of #E1CFF4
Complementary color
Monochromatic Colors of #E1CFF4
Black with #E1CFF4
Text Example
Text Example
White with #E1CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF4; }
p { color: rgb(225,207,244); }
H1.HeaderClassName
{
color: #E1CFF4;
}
.AnyTagClassName
{
color: #E1CFF4;
}
</style>
background-color css
<style>
a { background-color: #E1CFF4; }
a { background-color: rgb(225,207,244); }
div.DivClassName
{
background-color: #E1CFF4;
}
.BgClassName
{
background-color: #E1CFF4;
}
</style>
border-color css
<style>
span { border-color: #E1CFF4; }
span { border-color: rgb(225,207,244); }
td.TdClassName
{
border-color: #E1CFF4;
}
.TagClassName
{
border-color: #E1CFF4;
}
</style>