Shades of Fog #E4CBFF
Tints of Fog #E4CBFF
RGB
CMYK
RGB Variations
Color information
#E4CBFF (or 0xE4CBFF) is known color: Fog. HEX triplet: E4, CB and FF. RGB value is (228,203,255). Sum of RGB (Red+Green+Blue) = 228+203+255=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBFF is #1B3400. Grayscale: #D8D8D8. Windows color (decimal): -1782785 or 16763876. OLE color: 16763876.
HSL color Cylindrical-coordinate representation of color #E4CBFF: hue angle of 268.85º 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 #E4CBFF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 203 | 255 | - |
| CMYK | 0.11 | 0.20 | 0 | 0 |
| HSL | 268.85º | 1% | 0.9% | - |
| HSV(B) | 268.85º | 0.2% | 1% | - |
| XYZ | 71.4 | 66.43 | 103.67 | - |
| YUV | 216.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 255 | 0.11 | 0.20 | 0 | 0 | 268.85 | 1 | 0.9 |
| Hex | E4 | CB | FF | B | 14 | 0 | 0 | 10D | 64 | 5A |
| Octal | 344 | 313 | 377 | 13 | 24 | 0 | 0 | 415 | 144 | 132 |
| Binary | 11100100 | 11001011 | 11111111 | 1011 | 10100 | 0 | 0 | 100001101 | 1100100 | 1011010 |
Color Harmonies of #E4CBFF
Complementary color
Monochromatic Colors of #E4CBFF
Black with #E4CBFF
Text Example
Text Example
White with #E4CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBFF; }
p { color: rgb(228,203,255); }
H1.HeaderClassName
{
color: #E4CBFF;
}
.AnyTagClassName
{
color: #E4CBFF;
}
</style>
background-color css
<style>
a { background-color: #E4CBFF; }
a { background-color: rgb(228,203,255); }
div.DivClassName
{
background-color: #E4CBFF;
}
.BgClassName
{
background-color: #E4CBFF;
}
</style>
border-color css
<style>
span { border-color: #E4CBFF; }
span { border-color: rgb(228,203,255); }
td.TdClassName
{
border-color: #E4CBFF;
}
.TagClassName
{
border-color: #E4CBFF;
}
</style>