Shades of Pattens Blue #E5EAED
Tints of Pattens Blue #E5EAED
RGB
CMYK
RGB Variations
Color information
#E5EAED (or 0xE5EAED) is known color: Pattens Blue. HEX triplet: E5, EA and ED. RGB value is (229,234,237). Sum of RGB (Red+Green+Blue) = 229+234+237=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAED is #1A1512. Grayscale: #E8E8E8. Windows color (decimal): -1709331 or 15592165. OLE color: 15592165.
HSL color Cylindrical-coordinate representation of color #E5EAED: hue angle of 202.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 #E5EAED is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 234 | 237 | - |
CMYK | 0.03 | 0.01 | 0 | 0.07 |
HSL | 202.5º | 0.18% | 0.91% | - |
HSV(B) | 202.5º | 0.03% | 0.93% | - |
XYZ | 77.02 | 81.62 | 91.82 | - |
YUV | 232.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 234 | 237 | 0.03 | 0.01 | 0 | 0.07 | 202.5 | 0.18 | 0.91 |
Hex | E5 | EA | ED | 3 | 1 | 0 | 7 | CA | 12 | 5B |
Octal | 345 | 352 | 355 | 3 | 1 | 0 | 7 | 312 | 22 | 133 |
Binary | 11100101 | 11101010 | 11101101 | 11 | 1 | 0 | 111 | 11001010 | 10010 | 1011011 |
Color Harmonies of #E5EAED
Complementary color
Monochromatic Colors of #E5EAED
Black with #E5EAED
Text Example
Text Example
White with #E5EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAED; }
p { color: rgb(229,234,237); }
H1.HeaderClassName
{
color: #E5EAED;
}
.AnyTagClassName
{
color: #E5EAED;
}
</style>
background-color css
<style>
a { background-color: #E5EAED; }
a { background-color: rgb(229,234,237); }
div.DivClassName
{
background-color: #E5EAED;
}
.BgClassName
{
background-color: #E5EAED;
}
</style>
border-color css
<style>
span { border-color: #E5EAED; }
span { border-color: rgb(229,234,237); }
td.TdClassName
{
border-color: #E5EAED;
}
.TagClassName
{
border-color: #E5EAED;
}
</style>