Shades of Fog #E1CFF3
Tints of Fog #E1CFF3
RGB
CMYK
RGB Variations
Color information
#E1CFF3 (or 0xE1CFF3) is known color: Fog. HEX triplet: E1, CF and F3. RGB value is (225,207,243). Sum of RGB (Red+Green+Blue) = 225+207+243=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF3 is #1E300C. Grayscale: #D8D8D8. Windows color (decimal): -1978381 or 15978465. OLE color: 15978465.
HSL color Cylindrical-coordinate representation of color #E1CFF3: hue angle of 270º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CFF3 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 207 | 243 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 270º | 0.6% | 0.88% | - |
| HSV(B) | 270º | 0.15% | 0.95% | - |
| XYZ | 69.54 | 67.1 | 94.08 | - |
| YUV | 216.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 243 | 0.07 | 0.15 | 0 | 0.05 | 270 | 0.6 | 0.88 |
| Hex | E1 | CF | F3 | 7 | F | 0 | 5 | 10E | 3C | 58 |
| Octal | 341 | 317 | 363 | 7 | 17 | 0 | 5 | 416 | 74 | 130 |
| Binary | 11100001 | 11001111 | 11110011 | 111 | 1111 | 0 | 101 | 100001110 | 111100 | 1011000 |
Color Harmonies of #E1CFF3
Complementary color
Monochromatic Colors of #E1CFF3
Black with #E1CFF3
Text Example
Text Example
White with #E1CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF3; }
p { color: rgb(225,207,243); }
H1.HeaderClassName
{
color: #E1CFF3;
}
.AnyTagClassName
{
color: #E1CFF3;
}
</style>
background-color css
<style>
a { background-color: #E1CFF3; }
a { background-color: rgb(225,207,243); }
div.DivClassName
{
background-color: #E1CFF3;
}
.BgClassName
{
background-color: #E1CFF3;
}
</style>
border-color css
<style>
span { border-color: #E1CFF3; }
span { border-color: rgb(225,207,243); }
td.TdClassName
{
border-color: #E1CFF3;
}
.TagClassName
{
border-color: #E1CFF3;
}
</style>