Shades of Fog #E2CCF9
Tints of Fog #E2CCF9
RGB
CMYK
RGB Variations
Color information
#E2CCF9 (or 0xE2CCF9) is known color: Fog. HEX triplet: E2, CC and F9. RGB value is (226,204,249). Sum of RGB (Red+Green+Blue) = 226+204+249=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCF9 is #1D3306. Grayscale: #D7D7D7. Windows color (decimal): -1913607 or 16370914. OLE color: 16370914.
HSL color Cylindrical-coordinate representation of color #E2CCF9: hue angle of 269.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CCF9 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 204 | 249 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.02 |
| HSL | 269.33º | 0.79% | 0.89% | - |
| HSV(B) | 269.33º | 0.18% | 0.98% | - |
| XYZ | 70.06 | 66.19 | 98.71 | - |
| YUV | 215.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 249 | 0.09 | 0.18 | 0 | 0.02 | 269.33 | 0.79 | 0.89 |
| Hex | E2 | CC | F9 | 9 | 12 | 0 | 2 | 10D | 4F | 59 |
| Octal | 342 | 314 | 371 | 11 | 22 | 0 | 2 | 415 | 117 | 131 |
| Binary | 11100010 | 11001100 | 11111001 | 1001 | 10010 | 0 | 10 | 100001101 | 1001111 | 1011001 |
Color Harmonies of #E2CCF9
Complementary color
Monochromatic Colors of #E2CCF9
Black with #E2CCF9
Text Example
Text Example
White with #E2CCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCF9; }
p { color: rgb(226,204,249); }
H1.HeaderClassName
{
color: #E2CCF9;
}
.AnyTagClassName
{
color: #E2CCF9;
}
</style>
background-color css
<style>
a { background-color: #E2CCF9; }
a { background-color: rgb(226,204,249); }
div.DivClassName
{
background-color: #E2CCF9;
}
.BgClassName
{
background-color: #E2CCF9;
}
</style>
border-color css
<style>
span { border-color: #E2CCF9; }
span { border-color: rgb(226,204,249); }
td.TdClassName
{
border-color: #E2CCF9;
}
.TagClassName
{
border-color: #E2CCF9;
}
</style>