Shades of Fog #E1CBFD
Tints of Fog #E1CBFD
RGB
CMYK
RGB Variations
Color information
#E1CBFD (or 0xE1CBFD) is known color: Fog. HEX triplet: E1, CB and FD. RGB value is (225,203,253). Sum of RGB (Red+Green+Blue) = 225+203+253=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBFD is #1E3402. Grayscale: #D7D7D7. Windows color (decimal): -1979395 or 16632801. OLE color: 16632801.
HSL color Cylindrical-coordinate representation of color #E1CBFD: hue angle of 266.4º 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 #E1CBFD is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 203 | 253 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.01 |
| HSL | 266.4º | 0.93% | 0.89% | - |
| HSV(B) | 266.4º | 0.2% | 0.99% | - |
| XYZ | 70.14 | 65.81 | 101.93 | - |
| YUV | 215.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 253 | 0.11 | 0.20 | 0 | 0.01 | 266.4 | 0.93 | 0.89 |
| Hex | E1 | CB | FD | B | 14 | 0 | 1 | 10A | 5D | 59 |
| Octal | 341 | 313 | 375 | 13 | 24 | 0 | 1 | 412 | 135 | 131 |
| Binary | 11100001 | 11001011 | 11111101 | 1011 | 10100 | 0 | 1 | 100001010 | 1011101 | 1011001 |
Color Harmonies of #E1CBFD
Complementary color
Monochromatic Colors of #E1CBFD
Black with #E1CBFD
Text Example
Text Example
White with #E1CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBFD; }
p { color: rgb(225,203,253); }
H1.HeaderClassName
{
color: #E1CBFD;
}
.AnyTagClassName
{
color: #E1CBFD;
}
</style>
background-color css
<style>
a { background-color: #E1CBFD; }
a { background-color: rgb(225,203,253); }
div.DivClassName
{
background-color: #E1CBFD;
}
.BgClassName
{
background-color: #E1CBFD;
}
</style>
border-color css
<style>
span { border-color: #E1CBFD; }
span { border-color: rgb(225,203,253); }
td.TdClassName
{
border-color: #E1CBFD;
}
.TagClassName
{
border-color: #E1CBFD;
}
</style>