Shades of Fog #E2CDFB
Tints of Fog #E2CDFB
RGB
CMYK
RGB Variations
Color information
#E2CDFB (or 0xE2CDFB) is known color: Fog. HEX triplet: E2, CD and FB. RGB value is (226,205,251). Sum of RGB (Red+Green+Blue) = 226+205+251=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDFB is #1D3204. Grayscale: #D8D8D8. Windows color (decimal): -1913349 or 16502242. OLE color: 16502242.
HSL color Cylindrical-coordinate representation of color #E2CDFB: hue angle of 267.39º degrees, saturation: 0.85, 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 #E2CDFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 205 | 251 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.02 |
| HSL | 267.39º | 0.85% | 0.89% | - |
| HSV(B) | 267.39º | 0.18% | 0.98% | - |
| XYZ | 70.61 | 66.8 | 100.44 | - |
| YUV | 216.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 251 | 0.10 | 0.18 | 0 | 0.02 | 267.39 | 0.85 | 0.89 |
| Hex | E2 | CD | FB | A | 12 | 0 | 2 | 10B | 55 | 59 |
| Octal | 342 | 315 | 373 | 12 | 22 | 0 | 2 | 413 | 125 | 131 |
| Binary | 11100010 | 11001101 | 11111011 | 1010 | 10010 | 0 | 10 | 100001011 | 1010101 | 1011001 |
Color Harmonies of #E2CDFB
Complementary color
Monochromatic Colors of #E2CDFB
Black with #E2CDFB
Text Example
Text Example
White with #E2CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDFB; }
p { color: rgb(226,205,251); }
H1.HeaderClassName
{
color: #E2CDFB;
}
.AnyTagClassName
{
color: #E2CDFB;
}
</style>
background-color css
<style>
a { background-color: #E2CDFB; }
a { background-color: rgb(226,205,251); }
div.DivClassName
{
background-color: #E2CDFB;
}
.BgClassName
{
background-color: #E2CDFB;
}
</style>
border-color css
<style>
span { border-color: #E2CDFB; }
span { border-color: rgb(226,205,251); }
td.TdClassName
{
border-color: #E2CDFB;
}
.TagClassName
{
border-color: #E2CDFB;
}
</style>