Shades of Fog #E4CDFC
Tints of Fog #E4CDFC
RGB
CMYK
RGB Variations
Color information
#E4CDFC (or 0xE4CDFC) is known color: Fog. HEX triplet: E4, CD and FC. RGB value is (228,205,252). Sum of RGB (Red+Green+Blue) = 228+205+252=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDFC is #1B3203. Grayscale: #D9D9D9. Windows color (decimal): -1782276 or 16567780. OLE color: 16567780.
HSL color Cylindrical-coordinate representation of color #E4CDFC: hue angle of 269.36º degrees, saturation: 0.89, 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 #E4CDFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 205 | 252 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 269.36º | 0.89% | 0.9% | - |
| HSV(B) | 269.36º | 0.19% | 0.99% | - |
| XYZ | 71.4 | 67.18 | 101.3 | - |
| YUV | 217.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 252 | 0.10 | 0.19 | 0 | 0.01 | 269.36 | 0.89 | 0.9 |
| Hex | E4 | CD | FC | A | 13 | 0 | 1 | 10D | 59 | 5A |
| Octal | 344 | 315 | 374 | 12 | 23 | 0 | 1 | 415 | 131 | 132 |
| Binary | 11100100 | 11001101 | 11111100 | 1010 | 10011 | 0 | 1 | 100001101 | 1011001 | 1011010 |
Color Harmonies of #E4CDFC
Complementary color
Monochromatic Colors of #E4CDFC
Black with #E4CDFC
Text Example
Text Example
White with #E4CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDFC; }
p { color: rgb(228,205,252); }
H1.HeaderClassName
{
color: #E4CDFC;
}
.AnyTagClassName
{
color: #E4CDFC;
}
</style>
background-color css
<style>
a { background-color: #E4CDFC; }
a { background-color: rgb(228,205,252); }
div.DivClassName
{
background-color: #E4CDFC;
}
.BgClassName
{
background-color: #E4CDFC;
}
</style>
border-color css
<style>
span { border-color: #E4CDFC; }
span { border-color: rgb(228,205,252); }
td.TdClassName
{
border-color: #E4CDFC;
}
.TagClassName
{
border-color: #E4CDFC;
}
</style>