Shades of Fog #E2CCFD
Tints of Fog #E2CCFD
RGB
CMYK
RGB Variations
Color information
#E2CCFD (or 0xE2CCFD) is known color: Fog. HEX triplet: E2, CC and FD. RGB value is (226,204,253). Sum of RGB (Red+Green+Blue) = 226+204+253=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFD is #1D3302. Grayscale: #D7D7D7. Windows color (decimal): -1913603 or 16633058. OLE color: 16633058.
HSL color Cylindrical-coordinate representation of color #E2CCFD: hue angle of 266.94º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2CCFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 204 | 253 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 266.94º | 0.92% | 0.9% | - |
| HSV(B) | 266.94º | 0.19% | 0.99% | - |
| XYZ | 70.69 | 66.45 | 102.03 | - |
| YUV | 216.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 253 | 0.11 | 0.19 | 0 | 0.01 | 266.94 | 0.92 | 0.9 |
| Hex | E2 | CC | FD | B | 13 | 0 | 1 | 10B | 5C | 5A |
| Octal | 342 | 314 | 375 | 13 | 23 | 0 | 1 | 413 | 134 | 132 |
| Binary | 11100010 | 11001100 | 11111101 | 1011 | 10011 | 0 | 1 | 100001011 | 1011100 | 1011010 |
Color Harmonies of #E2CCFD
Complementary color
Monochromatic Colors of #E2CCFD
Black with #E2CCFD
Text Example
Text Example
White with #E2CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCFD; }
p { color: rgb(226,204,253); }
H1.HeaderClassName
{
color: #E2CCFD;
}
.AnyTagClassName
{
color: #E2CCFD;
}
</style>
background-color css
<style>
a { background-color: #E2CCFD; }
a { background-color: rgb(226,204,253); }
div.DivClassName
{
background-color: #E2CCFD;
}
.BgClassName
{
background-color: #E2CCFD;
}
</style>
border-color css
<style>
span { border-color: #E2CCFD; }
span { border-color: rgb(226,204,253); }
td.TdClassName
{
border-color: #E2CCFD;
}
.TagClassName
{
border-color: #E2CCFD;
}
</style>