Shades of Fog #E2CDFF
Tints of Fog #E2CDFF
RGB
CMYK
RGB Variations
Color information
#E2CDFF (or 0xE2CDFF) is known color: Fog. HEX triplet: E2, CD and FF. RGB value is (226,205,255). Sum of RGB (Red+Green+Blue) = 226+205+255=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDFF is #1D3200. Grayscale: #D8D8D8. Windows color (decimal): -1913345 or 16764386. OLE color: 16764386.
HSL color Cylindrical-coordinate representation of color #E2CDFF: hue angle of 265.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2CDFF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 205 | 255 | - |
| CMYK | 0.11 | 0.20 | 0 | 0 |
| HSL | 265.2º | 1% | 0.9% | - |
| HSV(B) | 265.2º | 0.2% | 1% | - |
| XYZ | 71.25 | 67.05 | 103.79 | - |
| YUV | 216.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 255 | 0.11 | 0.20 | 0 | 0 | 265.2 | 1 | 0.9 |
| Hex | E2 | CD | FF | B | 14 | 0 | 0 | 109 | 64 | 5A |
| Octal | 342 | 315 | 377 | 13 | 24 | 0 | 0 | 411 | 144 | 132 |
| Binary | 11100010 | 11001101 | 11111111 | 1011 | 10100 | 0 | 0 | 100001001 | 1100100 | 1011010 |
Color Harmonies of #E2CDFF
Complementary color
Monochromatic Colors of #E2CDFF
Black with #E2CDFF
Text Example
Text Example
White with #E2CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDFF; }
p { color: rgb(226,205,255); }
H1.HeaderClassName
{
color: #E2CDFF;
}
.AnyTagClassName
{
color: #E2CDFF;
}
</style>
background-color css
<style>
a { background-color: #E2CDFF; }
a { background-color: rgb(226,205,255); }
div.DivClassName
{
background-color: #E2CDFF;
}
.BgClassName
{
background-color: #E2CDFF;
}
</style>
border-color css
<style>
span { border-color: #E2CDFF; }
span { border-color: rgb(226,205,255); }
td.TdClassName
{
border-color: #E2CDFF;
}
.TagClassName
{
border-color: #E2CDFF;
}
</style>