Shades of Fog #E3CBFD
Tints of Fog #E3CBFD
RGB
CMYK
RGB Variations
Color information
#E3CBFD (or 0xE3CBFD) is known color: Fog. HEX triplet: E3, CB and FD. RGB value is (227,203,253). Sum of RGB (Red+Green+Blue) = 227+203+253=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBFD is #1C3402. Grayscale: #D7D7D7. Windows color (decimal): -1848323 or 16632803. OLE color: 16632803.
HSL color Cylindrical-coordinate representation of color #E3CBFD: hue angle of 268.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3CBFD is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 203 | 253 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.01 |
| HSL | 268.8º | 0.93% | 0.89% | - |
| HSV(B) | 268.8º | 0.2% | 0.99% | - |
| XYZ | 70.76 | 66.13 | 101.96 | - |
| YUV | 215.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 253 | 0.10 | 0.20 | 0 | 0.01 | 268.8 | 0.93 | 0.89 |
| Hex | E3 | CB | FD | A | 14 | 0 | 1 | 10D | 5D | 59 |
| Octal | 343 | 313 | 375 | 12 | 24 | 0 | 1 | 415 | 135 | 131 |
| Binary | 11100011 | 11001011 | 11111101 | 1010 | 10100 | 0 | 1 | 100001101 | 1011101 | 1011001 |
Color Harmonies of #E3CBFD
Complementary color
Monochromatic Colors of #E3CBFD
Black with #E3CBFD
Text Example
Text Example
White with #E3CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBFD; }
p { color: rgb(227,203,253); }
H1.HeaderClassName
{
color: #E3CBFD;
}
.AnyTagClassName
{
color: #E3CBFD;
}
</style>
background-color css
<style>
a { background-color: #E3CBFD; }
a { background-color: rgb(227,203,253); }
div.DivClassName
{
background-color: #E3CBFD;
}
.BgClassName
{
background-color: #E3CBFD;
}
</style>
border-color css
<style>
span { border-color: #E3CBFD; }
span { border-color: rgb(227,203,253); }
td.TdClassName
{
border-color: #E3CBFD;
}
.TagClassName
{
border-color: #E3CBFD;
}
</style>