Shades of Tranquil #E2EFED
Tints of Tranquil #E2EFED
RGB
CMYK
RGB Variations
Color information
#E2EFED (or 0xE2EFED) is known color: Tranquil. HEX triplet: E2, EF and ED. RGB value is (226,239,237). Sum of RGB (Red+Green+Blue) = 226+239+237=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFED is #1D1012. Grayscale: #EAEAEA. Windows color (decimal): -1904659 or 15593442. OLE color: 15593442.
HSL color Cylindrical-coordinate representation of color #E2EFED: hue angle of 170.77º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2EFED is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 239 | 237 | - |
CMYK | 0.05 | 0 | 0.01 | 0.06 |
HSL | 170.77º | 0.29% | 0.91% | - |
HSV(B) | 170.77º | 0.05% | 0.94% | - |
XYZ | 77.52 | 84.02 | 92.25 | - |
YUV | 234.89 | 129.19 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 239 | 237 | 0.05 | 0 | 0.01 | 0.06 | 170.77 | 0.29 | 0.91 |
Hex | E2 | EF | ED | 5 | 0 | 1 | 6 | AB | 1D | 5B |
Octal | 342 | 357 | 355 | 5 | 0 | 1 | 6 | 253 | 35 | 133 |
Binary | 11100010 | 11101111 | 11101101 | 101 | 0 | 1 | 110 | 10101011 | 11101 | 1011011 |
Color Harmonies of #E2EFED
Complementary color
Monochromatic Colors of #E2EFED
Black with #E2EFED
Text Example
Text Example
White with #E2EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFED; }
p { color: rgb(226,239,237); }
H1.HeaderClassName
{
color: #E2EFED;
}
.AnyTagClassName
{
color: #E2EFED;
}
</style>
background-color css
<style>
a { background-color: #E2EFED; }
a { background-color: rgb(226,239,237); }
div.DivClassName
{
background-color: #E2EFED;
}
.BgClassName
{
background-color: #E2EFED;
}
</style>
border-color css
<style>
span { border-color: #E2EFED; }
span { border-color: rgb(226,239,237); }
td.TdClassName
{
border-color: #E2EFED;
}
.TagClassName
{
border-color: #E2EFED;
}
</style>