Shades of Selago #E5E2E5
Tints of Selago #E5E2E5
RGB
CMYK
RGB Variations
Color information
#E5E2E5 (or 0xE5E2E5) is known color: Selago. HEX triplet: E5, E2 and E5. RGB value is (229,226,229). Sum of RGB (Red+Green+Blue) = 229+226+229=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5E2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2E5 is #1A1D1A. Grayscale: #E3E3E3. Windows color (decimal): -1711387 or 15065829. OLE color: 15065829.
HSL color Cylindrical-coordinate representation of color #E5E2E5: hue angle of 300º degrees, saturation: 0.05, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E5E2E5 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 226 | 229 | - |
CMYK | 0 | 0.01 | 0 | 0.10 |
HSL | 300º | 0.05% | 0.89% | - |
HSV(B) | 300º | 0.01% | 0.9% | - |
XYZ | 73.65 | 76.71 | 85.05 | - |
YUV | 227.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 229 | 0 | 0.01 | 0 | 0.10 | 300 | 0.05 | 0.89 |
Hex | E5 | E2 | E5 | 0 | 1 | 0 | A | 12C | 5 | 59 |
Octal | 345 | 342 | 345 | 0 | 1 | 0 | 12 | 454 | 5 | 131 |
Binary | 11100101 | 11100010 | 11100101 | 0 | 1 | 0 | 1010 | 100101100 | 101 | 1011001 |
Color Harmonies of #E5E2E5
Complementary color
Monochromatic Colors of #E5E2E5
Black with #E5E2E5
Text Example
Text Example
White with #E5E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2E5; }
p { color: rgb(229,226,229); }
H1.HeaderClassName
{
color: #E5E2E5;
}
.AnyTagClassName
{
color: #E5E2E5;
}
</style>
background-color css
<style>
a { background-color: #E5E2E5; }
a { background-color: rgb(229,226,229); }
div.DivClassName
{
background-color: #E5E2E5;
}
.BgClassName
{
background-color: #E5E2E5;
}
</style>
border-color css
<style>
span { border-color: #E5E2E5; }
span { border-color: rgb(229,226,229); }
td.TdClassName
{
border-color: #E5E2E5;
}
.TagClassName
{
border-color: #E5E2E5;
}
</style>