Shades of Fog #E2CDFD
Tints of Fog #E2CDFD
RGB
CMYK
RGB Variations
Color information
#E2CDFD (or 0xE2CDFD) is known color: Fog. HEX triplet: E2, CD and FD. RGB value is (226,205,253). Sum of RGB (Red+Green+Blue) = 226+205+253=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDFD is #1D3202. Grayscale: #D8D8D8. Windows color (decimal): -1913347 or 16633314. OLE color: 16633314.
HSL color Cylindrical-coordinate representation of color #E2CDFD: hue angle of 266.25º 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 #E2CDFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 205 | 253 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 266.25º | 0.92% | 0.9% | - |
| HSV(B) | 266.25º | 0.19% | 0.99% | - |
| XYZ | 70.92 | 66.92 | 102.11 | - |
| YUV | 216.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 253 | 0.11 | 0.19 | 0 | 0.01 | 266.25 | 0.92 | 0.9 |
| Hex | E2 | CD | FD | B | 13 | 0 | 1 | 10A | 5C | 5A |
| Octal | 342 | 315 | 375 | 13 | 23 | 0 | 1 | 412 | 134 | 132 |
| Binary | 11100010 | 11001101 | 11111101 | 1011 | 10011 | 0 | 1 | 100001010 | 1011100 | 1011010 |
Color Harmonies of #E2CDFD
Complementary color
Monochromatic Colors of #E2CDFD
Black with #E2CDFD
Text Example
Text Example
White with #E2CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDFD; }
p { color: rgb(226,205,253); }
H1.HeaderClassName
{
color: #E2CDFD;
}
.AnyTagClassName
{
color: #E2CDFD;
}
</style>
background-color css
<style>
a { background-color: #E2CDFD; }
a { background-color: rgb(226,205,253); }
div.DivClassName
{
background-color: #E2CDFD;
}
.BgClassName
{
background-color: #E2CDFD;
}
</style>
border-color css
<style>
span { border-color: #E2CDFD; }
span { border-color: rgb(226,205,253); }
td.TdClassName
{
border-color: #E2CDFD;
}
.TagClassName
{
border-color: #E2CDFD;
}
</style>