Shades of Fog #E1CDFB
Tints of Fog #E1CDFB
RGB
CMYK
RGB Variations
Color information
#E1CDFB (or 0xE1CDFB) is known color: Fog. HEX triplet: E1, CD and FB. RGB value is (225,205,251). Sum of RGB (Red+Green+Blue) = 225+205+251=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDFB is #1E3204. Grayscale: #D8D8D8. Windows color (decimal): -1978885 or 16502241. OLE color: 16502241.
HSL color Cylindrical-coordinate representation of color #E1CDFB: hue angle of 266.09º 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 #E1CDFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 205 | 251 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.02 |
| HSL | 266.09º | 0.85% | 0.89% | - |
| HSV(B) | 266.09º | 0.18% | 0.98% | - |
| XYZ | 70.3 | 66.64 | 100.42 | - |
| YUV | 216.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 251 | 0.10 | 0.18 | 0 | 0.02 | 266.09 | 0.85 | 0.89 |
| Hex | E1 | CD | FB | A | 12 | 0 | 2 | 10A | 55 | 59 |
| Octal | 341 | 315 | 373 | 12 | 22 | 0 | 2 | 412 | 125 | 131 |
| Binary | 11100001 | 11001101 | 11111011 | 1010 | 10010 | 0 | 10 | 100001010 | 1010101 | 1011001 |
Color Harmonies of #E1CDFB
Complementary color
Monochromatic Colors of #E1CDFB
Black with #E1CDFB
Text Example
Text Example
White with #E1CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDFB; }
p { color: rgb(225,205,251); }
H1.HeaderClassName
{
color: #E1CDFB;
}
.AnyTagClassName
{
color: #E1CDFB;
}
</style>
background-color css
<style>
a { background-color: #E1CDFB; }
a { background-color: rgb(225,205,251); }
div.DivClassName
{
background-color: #E1CDFB;
}
.BgClassName
{
background-color: #E1CDFB;
}
</style>
border-color css
<style>
span { border-color: #E1CDFB; }
span { border-color: rgb(225,205,251); }
td.TdClassName
{
border-color: #E1CDFB;
}
.TagClassName
{
border-color: #E1CDFB;
}
</style>