Shades of Solitude #E5E7EF
Tints of Solitude #E5E7EF
RGB
CMYK
RGB Variations
Color information
#E5E7EF (or 0xE5E7EF) is known color: Solitude. HEX triplet: E5, E7 and EF. RGB value is (229,231,239). Sum of RGB (Red+Green+Blue) = 229+231+239=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7EF is #1A1810. Grayscale: #E7E7E7. Windows color (decimal): -1710097 or 15722469. OLE color: 15722469.
HSL color Cylindrical-coordinate representation of color #E5E7EF: hue angle of 228º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E7EF is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 231 | 239 | - |
CMYK | 0.04 | 0.03 | 0 | 0.06 |
HSL | 228º | 0.24% | 0.92% | - |
HSV(B) | 228º | 0.04% | 0.94% | - |
XYZ | 76.47 | 80.04 | 93.08 | - |
YUV | 231.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 239 | 0.04 | 0.03 | 0 | 0.06 | 228 | 0.24 | 0.92 |
Hex | E5 | E7 | EF | 4 | 3 | 0 | 6 | E4 | 18 | 5C |
Octal | 345 | 347 | 357 | 4 | 3 | 0 | 6 | 344 | 30 | 134 |
Binary | 11100101 | 11100111 | 11101111 | 100 | 11 | 0 | 110 | 11100100 | 11000 | 1011100 |
Color Harmonies of #E5E7EF
Complementary color
Monochromatic Colors of #E5E7EF
Black with #E5E7EF
Text Example
Text Example
White with #E5E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7EF; }
p { color: rgb(229,231,239); }
H1.HeaderClassName
{
color: #E5E7EF;
}
.AnyTagClassName
{
color: #E5E7EF;
}
</style>
background-color css
<style>
a { background-color: #E5E7EF; }
a { background-color: rgb(229,231,239); }
div.DivClassName
{
background-color: #E5E7EF;
}
.BgClassName
{
background-color: #E5E7EF;
}
</style>
border-color css
<style>
span { border-color: #E5E7EF; }
span { border-color: rgb(229,231,239); }
td.TdClassName
{
border-color: #E5E7EF;
}
.TagClassName
{
border-color: #E5E7EF;
}
</style>