Shades of Fog #E2CDF9
Tints of Fog #E2CDF9
RGB
CMYK
RGB Variations
Color information
#E2CDF9 (or 0xE2CDF9) is known color: Fog. HEX triplet: E2, CD and F9. RGB value is (226,205,249). Sum of RGB (Red+Green+Blue) = 226+205+249=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDF9 is #1D3206. Grayscale: #D8D8D8. Windows color (decimal): -1913351 or 16371170. OLE color: 16371170.
HSL color Cylindrical-coordinate representation of color #E2CDF9: hue angle of 268.64º 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 #E2CDF9 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 205 | 249 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.02 |
| HSL | 268.64º | 0.79% | 0.89% | - |
| HSV(B) | 268.64º | 0.18% | 0.98% | - |
| XYZ | 70.29 | 66.67 | 98.79 | - |
| YUV | 216.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 249 | 0.09 | 0.18 | 0 | 0.02 | 268.64 | 0.79 | 0.89 |
| Hex | E2 | CD | F9 | 9 | 12 | 0 | 2 | 10D | 4F | 59 |
| Octal | 342 | 315 | 371 | 11 | 22 | 0 | 2 | 415 | 117 | 131 |
| Binary | 11100010 | 11001101 | 11111001 | 1001 | 10010 | 0 | 10 | 100001101 | 1001111 | 1011001 |
Color Harmonies of #E2CDF9
Complementary color
Monochromatic Colors of #E2CDF9
Black with #E2CDF9
Text Example
Text Example
White with #E2CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDF9; }
p { color: rgb(226,205,249); }
H1.HeaderClassName
{
color: #E2CDF9;
}
.AnyTagClassName
{
color: #E2CDF9;
}
</style>
background-color css
<style>
a { background-color: #E2CDF9; }
a { background-color: rgb(226,205,249); }
div.DivClassName
{
background-color: #E2CDF9;
}
.BgClassName
{
background-color: #E2CDF9;
}
</style>
border-color css
<style>
span { border-color: #E2CDF9; }
span { border-color: rgb(226,205,249); }
td.TdClassName
{
border-color: #E2CDF9;
}
.TagClassName
{
border-color: #E2CDF9;
}
</style>