Shades of Fog #E5CDFF
Tints of Fog #E5CDFF
RGB
CMYK
RGB Variations
Color information
#E5CDFF (or 0xE5CDFF) is known color: Fog. HEX triplet: E5, CD and FF. RGB value is (229,205,255). Sum of RGB (Red+Green+Blue) = 229+205+255=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDFF is #1A3200. Grayscale: #D9D9D9. Windows color (decimal): -1716737 or 16764389. OLE color: 16764389.
HSL color Cylindrical-coordinate representation of color #E5CDFF: hue angle of 268.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CDFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 205 | 255 | - |
| CMYK | 0.10 | 0.20 | 0 | 0 |
| HSL | 268.8º | 1% | 0.9% | - |
| HSV(B) | 268.8º | 0.2% | 1% | - |
| XYZ | 72.19 | 67.54 | 103.84 | - |
| YUV | 217.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 255 | 0.10 | 0.20 | 0 | 0 | 268.8 | 1 | 0.9 |
| Hex | E5 | CD | FF | A | 14 | 0 | 0 | 10D | 64 | 5A |
| Octal | 345 | 315 | 377 | 12 | 24 | 0 | 0 | 415 | 144 | 132 |
| Binary | 11100101 | 11001101 | 11111111 | 1010 | 10100 | 0 | 0 | 100001101 | 1100100 | 1011010 |
Color Harmonies of #E5CDFF
Complementary color
Monochromatic Colors of #E5CDFF
Black with #E5CDFF
Text Example
Text Example
White with #E5CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDFF; }
p { color: rgb(229,205,255); }
H1.HeaderClassName
{
color: #E5CDFF;
}
.AnyTagClassName
{
color: #E5CDFF;
}
</style>
background-color css
<style>
a { background-color: #E5CDFF; }
a { background-color: rgb(229,205,255); }
div.DivClassName
{
background-color: #E5CDFF;
}
.BgClassName
{
background-color: #E5CDFF;
}
</style>
border-color css
<style>
span { border-color: #E5CDFF; }
span { border-color: rgb(229,205,255); }
td.TdClassName
{
border-color: #E5CDFF;
}
.TagClassName
{
border-color: #E5CDFF;
}
</style>