Shades of Fog #E4CBFC
Tints of Fog #E4CBFC
RGB
CMYK
RGB Variations
Color information
#E4CBFC (or 0xE4CBFC) is known color: Fog. HEX triplet: E4, CB and FC. RGB value is (228,203,252). Sum of RGB (Red+Green+Blue) = 228+203+252=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBFC is #1B3403. Grayscale: #D7D7D7. Windows color (decimal): -1782788 or 16567268. OLE color: 16567268.
HSL color Cylindrical-coordinate representation of color #E4CBFC: hue angle of 270.61º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CBFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 203 | 252 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 270.61º | 0.89% | 0.89% | - |
| HSV(B) | 270.61º | 0.19% | 0.99% | - |
| XYZ | 70.92 | 66.23 | 101.14 | - |
| YUV | 216.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 252 | 0.10 | 0.19 | 0 | 0.01 | 270.61 | 0.89 | 0.89 |
| Hex | E4 | CB | FC | A | 13 | 0 | 1 | 10F | 59 | 59 |
| Octal | 344 | 313 | 374 | 12 | 23 | 0 | 1 | 417 | 131 | 131 |
| Binary | 11100100 | 11001011 | 11111100 | 1010 | 10011 | 0 | 1 | 100001111 | 1011001 | 1011001 |
Color Harmonies of #E4CBFC
Complementary color
Monochromatic Colors of #E4CBFC
Black with #E4CBFC
Text Example
Text Example
White with #E4CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBFC; }
p { color: rgb(228,203,252); }
H1.HeaderClassName
{
color: #E4CBFC;
}
.AnyTagClassName
{
color: #E4CBFC;
}
</style>
background-color css
<style>
a { background-color: #E4CBFC; }
a { background-color: rgb(228,203,252); }
div.DivClassName
{
background-color: #E4CBFC;
}
.BgClassName
{
background-color: #E4CBFC;
}
</style>
border-color css
<style>
span { border-color: #E4CBFC; }
span { border-color: rgb(228,203,252); }
td.TdClassName
{
border-color: #E4CBFC;
}
.TagClassName
{
border-color: #E4CBFC;
}
</style>