Shades of Solitude #E4EBFD
Tints of Solitude #E4EBFD
RGB
CMYK
RGB Variations
Color information
#E4EBFD (or 0xE4EBFD) is known color: Solitude. HEX triplet: E4, EB and FD. RGB value is (228,235,253). Sum of RGB (Red+Green+Blue) = 228+235+253=716 (94% of max value = 765). Red value is 228 (89.45% from 255 or 31.84% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EBFD is #1B1402. Grayscale: #EAEAEA. Windows color (decimal): -1774595 or 16640996. OLE color: 16640996.
HSL color Cylindrical-coordinate representation of color #E4EBFD: hue angle of 223.2º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4EBFD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 228 | 235 | 253 | - |
CMYK | 0.10 | 0.07 | 0 | 0.01 |
HSL | 223.2º | 0.86% | 0.94% | - |
HSV(B) | 223.2º | 0.1% | 0.99% | - |
XYZ | 79.43 | 83 | 104.76 | - |
YUV | 234.96 | 138.18 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 235 | 253 | 0.10 | 0.07 | 0 | 0.01 | 223.2 | 0.86 | 0.94 |
Hex | E4 | EB | FD | A | 7 | 0 | 1 | DF | 56 | 5E |
Octal | 344 | 353 | 375 | 12 | 7 | 0 | 1 | 337 | 126 | 136 |
Binary | 11100100 | 11101011 | 11111101 | 1010 | 111 | 0 | 1 | 11011111 | 1010110 | 1011110 |
Color Harmonies of #E4EBFD
Complementary color
Monochromatic Colors of #E4EBFD
Black with #E4EBFD
Text Example
Text Example
White with #E4EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EBFD; }
p { color: rgb(228,235,253); }
H1.HeaderClassName
{
color: #E4EBFD;
}
.AnyTagClassName
{
color: #E4EBFD;
}
</style>
background-color css
<style>
a { background-color: #E4EBFD; }
a { background-color: rgb(228,235,253); }
div.DivClassName
{
background-color: #E4EBFD;
}
.BgClassName
{
background-color: #E4EBFD;
}
</style>
border-color css
<style>
span { border-color: #E4EBFD; }
span { border-color: rgb(228,235,253); }
td.TdClassName
{
border-color: #E4EBFD;
}
.TagClassName
{
border-color: #E4EBFD;
}
</style>