Shades of Fog #E2CDFE
Tints of Fog #E2CDFE
RGB
CMYK
RGB Variations
Color information
#E2CDFE (or 0xE2CDFE) is known color: Fog. HEX triplet: E2, CD and FE. RGB value is (226,205,254). Sum of RGB (Red+Green+Blue) = 226+205+254=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDFE is #1D3201. Grayscale: #D8D8D8. Windows color (decimal): -1913346 or 16698850. OLE color: 16698850.
HSL color Cylindrical-coordinate representation of color #E2CDFE: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2CDFE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 205 | 254 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.00 |
| HSL | 265.71º | 0.96% | 0.9% | - |
| HSV(B) | 265.71º | 0.19% | 1% | - |
| XYZ | 71.08 | 66.99 | 102.95 | - |
| YUV | 216.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 254 | 0.11 | 0.19 | 0 | 0.00 | 265.71 | 0.96 | 0.9 |
| Hex | E2 | CD | FE | B | 13 | 0 | 0 | 10A | 60 | 5A |
| Octal | 342 | 315 | 376 | 13 | 23 | 0 | 0 | 412 | 140 | 132 |
| Binary | 11100010 | 11001101 | 11111110 | 1011 | 10011 | 0 | 0 | 100001010 | 1100000 | 1011010 |
Color Harmonies of #E2CDFE
Complementary color
Monochromatic Colors of #E2CDFE
Black with #E2CDFE
Text Example
Text Example
White with #E2CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDFE; }
p { color: rgb(226,205,254); }
H1.HeaderClassName
{
color: #E2CDFE;
}
.AnyTagClassName
{
color: #E2CDFE;
}
</style>
background-color css
<style>
a { background-color: #E2CDFE; }
a { background-color: rgb(226,205,254); }
div.DivClassName
{
background-color: #E2CDFE;
}
.BgClassName
{
background-color: #E2CDFE;
}
</style>
border-color css
<style>
span { border-color: #E2CDFE; }
span { border-color: rgb(226,205,254); }
td.TdClassName
{
border-color: #E2CDFE;
}
.TagClassName
{
border-color: #E2CDFE;
}
</style>