Shades of Fog #E4CDFF
Tints of Fog #E4CDFF
RGB
CMYK
RGB Variations
Color information
#E4CDFF (or 0xE4CDFF) is known color: Fog. HEX triplet: E4, CD and FF. RGB value is (228,205,255). Sum of RGB (Red+Green+Blue) = 228+205+255=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDFF is #1B3200. Grayscale: #D9D9D9. Windows color (decimal): -1782273 or 16764388. OLE color: 16764388.
HSL color Cylindrical-coordinate representation of color #E4CDFF: hue angle of 267.6º 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 #E4CDFF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 205 | 255 | - |
| CMYK | 0.11 | 0.20 | 0 | 0 |
| HSL | 267.6º | 1% | 0.9% | - |
| HSV(B) | 267.6º | 0.2% | 1% | - |
| XYZ | 71.88 | 67.38 | 103.82 | - |
| YUV | 217.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 255 | 0.11 | 0.20 | 0 | 0 | 267.6 | 1 | 0.9 |
| Hex | E4 | CD | FF | B | 14 | 0 | 0 | 10C | 64 | 5A |
| Octal | 344 | 315 | 377 | 13 | 24 | 0 | 0 | 414 | 144 | 132 |
| Binary | 11100100 | 11001101 | 11111111 | 1011 | 10100 | 0 | 0 | 100001100 | 1100100 | 1011010 |
Color Harmonies of #E4CDFF
Complementary color
Monochromatic Colors of #E4CDFF
Black with #E4CDFF
Text Example
Text Example
White with #E4CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDFF; }
p { color: rgb(228,205,255); }
H1.HeaderClassName
{
color: #E4CDFF;
}
.AnyTagClassName
{
color: #E4CDFF;
}
</style>
background-color css
<style>
a { background-color: #E4CDFF; }
a { background-color: rgb(228,205,255); }
div.DivClassName
{
background-color: #E4CDFF;
}
.BgClassName
{
background-color: #E4CDFF;
}
</style>
border-color css
<style>
span { border-color: #E4CDFF; }
span { border-color: rgb(228,205,255); }
td.TdClassName
{
border-color: #E4CDFF;
}
.TagClassName
{
border-color: #E4CDFF;
}
</style>