Shades of Tranquil #E2E6E5
Tints of Tranquil #E2E6E5
RGB
CMYK
RGB Variations
Color information
#E2E6E5 (or 0xE2E6E5) is known color: Tranquil. HEX triplet: E2, E6 and E5. RGB value is (226,230,229). Sum of RGB (Red+Green+Blue) = 226+230+229=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6E5 is #1D191A. Grayscale: #E4E4E4. Windows color (decimal): -1906971 or 15066850. OLE color: 15066850.
HSL color Cylindrical-coordinate representation of color #E2E6E5: hue angle of 165º degrees, saturation: 0.07, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E6E5 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 230 | 229 | - |
CMYK | 0.02 | 0 | 0.00 | 0.10 |
HSL | 165º | 0.07% | 0.89% | - |
HSV(B) | 165º | 0.02% | 0.9% | - |
XYZ | 73.8 | 78.42 | 85.38 | - |
YUV | 228.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 229 | 0.02 | 0 | 0.00 | 0.10 | 165 | 0.07 | 0.89 |
Hex | E2 | E6 | E5 | 2 | 0 | 0 | A | A5 | 7 | 59 |
Octal | 342 | 346 | 345 | 2 | 0 | 0 | 12 | 245 | 7 | 131 |
Binary | 11100010 | 11100110 | 11100101 | 10 | 0 | 0 | 1010 | 10100101 | 111 | 1011001 |
Color Harmonies of #E2E6E5
Complementary color
Monochromatic Colors of #E2E6E5
Black with #E2E6E5
Text Example
Text Example
White with #E2E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6E5; }
p { color: rgb(226,230,229); }
H1.HeaderClassName
{
color: #E2E6E5;
}
.AnyTagClassName
{
color: #E2E6E5;
}
</style>
background-color css
<style>
a { background-color: #E2E6E5; }
a { background-color: rgb(226,230,229); }
div.DivClassName
{
background-color: #E2E6E5;
}
.BgClassName
{
background-color: #E2E6E5;
}
</style>
border-color css
<style>
span { border-color: #E2E6E5; }
span { border-color: rgb(226,230,229); }
td.TdClassName
{
border-color: #E2E6E5;
}
.TagClassName
{
border-color: #E2E6E5;
}
</style>