Shades of Fog #E0CFF3
Tints of Fog #E0CFF3
RGB
CMYK
RGB Variations
Color information
#E0CFF3 (or 0xE0CFF3) is known color: Fog. HEX triplet: E0, CF and F3. RGB value is (224,207,243). Sum of RGB (Red+Green+Blue) = 224+207+243=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFF3 is #1F300C. Grayscale: #D8D8D8. Windows color (decimal): -2043917 or 15978464. OLE color: 15978464.
HSL color Cylindrical-coordinate representation of color #E0CFF3: hue angle of 268.33º 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 #E0CFF3 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 207 | 243 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.05 |
| HSL | 268.33º | 0.6% | 0.88% | - |
| HSV(B) | 268.33º | 0.15% | 0.95% | - |
| XYZ | 69.23 | 66.94 | 94.07 | - |
| YUV | 216.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 243 | 0.08 | 0.15 | 0 | 0.05 | 268.33 | 0.6 | 0.88 |
| Hex | E0 | CF | F3 | 8 | F | 0 | 5 | 10C | 3C | 58 |
| Octal | 340 | 317 | 363 | 10 | 17 | 0 | 5 | 414 | 74 | 130 |
| Binary | 11100000 | 11001111 | 11110011 | 1000 | 1111 | 0 | 101 | 100001100 | 111100 | 1011000 |
Color Harmonies of #E0CFF3
Complementary color
Monochromatic Colors of #E0CFF3
Black with #E0CFF3
Text Example
Text Example
White with #E0CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFF3; }
p { color: rgb(224,207,243); }
H1.HeaderClassName
{
color: #E0CFF3;
}
.AnyTagClassName
{
color: #E0CFF3;
}
</style>
background-color css
<style>
a { background-color: #E0CFF3; }
a { background-color: rgb(224,207,243); }
div.DivClassName
{
background-color: #E0CFF3;
}
.BgClassName
{
background-color: #E0CFF3;
}
</style>
border-color css
<style>
span { border-color: #E0CFF3; }
span { border-color: rgb(224,207,243); }
td.TdClassName
{
border-color: #E0CFF3;
}
.TagClassName
{
border-color: #E0CFF3;
}
</style>