Shades of Tranquil #E5EDEC
Tints of Tranquil #E5EDEC
RGB
CMYK
RGB Variations
Color information
#E5EDEC (or 0xE5EDEC) is known color: Tranquil. HEX triplet: E5, ED and EC. RGB value is (229,237,236). Sum of RGB (Red+Green+Blue) = 229+237+236=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDEC is #1A1213. Grayscale: #EAEAEA. Windows color (decimal): -1708564 or 15527397. OLE color: 15527397.
HSL color Cylindrical-coordinate representation of color #E5EDEC: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5EDEC is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 237 | 236 | - |
CMYK | 0.03 | 0 | 0.00 | 0.07 |
HSL | 172.5º | 0.18% | 0.91% | - |
HSV(B) | 172.5º | 0.03% | 0.93% | - |
XYZ | 77.74 | 83.28 | 91.33 | - |
YUV | 234.49 | 128.85 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 236 | 0.03 | 0 | 0.00 | 0.07 | 172.5 | 0.18 | 0.91 |
Hex | E5 | ED | EC | 3 | 0 | 0 | 7 | AC | 12 | 5B |
Octal | 345 | 355 | 354 | 3 | 0 | 0 | 7 | 254 | 22 | 133 |
Binary | 11100101 | 11101101 | 11101100 | 11 | 0 | 0 | 111 | 10101100 | 10010 | 1011011 |
Color Harmonies of #E5EDEC
Complementary color
Monochromatic Colors of #E5EDEC
Black with #E5EDEC
Text Example
Text Example
White with #E5EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDEC; }
p { color: rgb(229,237,236); }
H1.HeaderClassName
{
color: #E5EDEC;
}
.AnyTagClassName
{
color: #E5EDEC;
}
</style>
background-color css
<style>
a { background-color: #E5EDEC; }
a { background-color: rgb(229,237,236); }
div.DivClassName
{
background-color: #E5EDEC;
}
.BgClassName
{
background-color: #E5EDEC;
}
</style>
border-color css
<style>
span { border-color: #E5EDEC; }
span { border-color: rgb(229,237,236); }
td.TdClassName
{
border-color: #E5EDEC;
}
.TagClassName
{
border-color: #E5EDEC;
}
</style>