Shades of Solitude #E5EDFC
Tints of Solitude #E5EDFC
RGB
CMYK
RGB Variations
Color information
#E5EDFC (or 0xE5EDFC) is known color: Solitude. HEX triplet: E5, ED and FC. RGB value is (229,237,252). Sum of RGB (Red+Green+Blue) = 229+237+252=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFC is #1A1203. Grayscale: #ECECEC. Windows color (decimal): -1708548 or 16575973. OLE color: 16575973.
HSL color Cylindrical-coordinate representation of color #E5EDFC: hue angle of 219.13º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EDFC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 237 | 252 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 219.13º | 0.79% | 0.94% | - |
HSV(B) | 219.13º | 0.09% | 0.99% | - |
XYZ | 80.17 | 84.25 | 104.13 | - |
YUV | 236.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 252 | 0.09 | 0.06 | 0 | 0.01 | 219.13 | 0.79 | 0.94 |
Hex | E5 | ED | FC | 9 | 6 | 0 | 1 | DB | 4F | 5E |
Octal | 345 | 355 | 374 | 11 | 6 | 0 | 1 | 333 | 117 | 136 |
Binary | 11100101 | 11101101 | 11111100 | 1001 | 110 | 0 | 1 | 11011011 | 1001111 | 1011110 |
Color Harmonies of #E5EDFC
Complementary color
Monochromatic Colors of #E5EDFC
Black with #E5EDFC
Text Example
Text Example
White with #E5EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDFC; }
p { color: rgb(229,237,252); }
H1.HeaderClassName
{
color: #E5EDFC;
}
.AnyTagClassName
{
color: #E5EDFC;
}
</style>
background-color css
<style>
a { background-color: #E5EDFC; }
a { background-color: rgb(229,237,252); }
div.DivClassName
{
background-color: #E5EDFC;
}
.BgClassName
{
background-color: #E5EDFC;
}
</style>
border-color css
<style>
span { border-color: #E5EDFC; }
span { border-color: rgb(229,237,252); }
td.TdClassName
{
border-color: #E5EDFC;
}
.TagClassName
{
border-color: #E5EDFC;
}
</style>