Shades of Pattens Blue #E1E8EA
Tints of Pattens Blue #E1E8EA
RGB
CMYK
RGB Variations
Color information
#E1E8EA (or 0xE1E8EA) is known color: Pattens Blue. HEX triplet: E1, E8 and EA. RGB value is (225,232,234). Sum of RGB (Red+Green+Blue) = 225+232+234=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E8EA is #1E1715. Grayscale: #E6E6E6. Windows color (decimal): -1971990 or 15395041. OLE color: 15395041.
HSL color Cylindrical-coordinate representation of color #E1E8EA: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E8EA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 232 | 234 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.08 |
| HSL | 193.33º | 0.18% | 0.9% | - |
| HSV(B) | 193.33º | 0.04% | 0.92% | - |
| XYZ | 74.76 | 79.66 | 89.28 | - |
| YUV | 230.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 234 | 0.04 | 0.01 | 0 | 0.08 | 193.33 | 0.18 | 0.9 |
| Hex | E1 | E8 | EA | 4 | 1 | 0 | 8 | C1 | 12 | 5A |
| Octal | 341 | 350 | 352 | 4 | 1 | 0 | 10 | 301 | 22 | 132 |
| Binary | 11100001 | 11101000 | 11101010 | 100 | 1 | 0 | 1000 | 11000001 | 10010 | 1011010 |
Color Harmonies of #E1E8EA
Complementary color
Monochromatic Colors of #E1E8EA
Black with #E1E8EA
Text Example
Text Example
White with #E1E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8EA; }
p { color: rgb(225,232,234); }
H1.HeaderClassName
{
color: #E1E8EA;
}
.AnyTagClassName
{
color: #E1E8EA;
}
</style>
background-color css
<style>
a { background-color: #E1E8EA; }
a { background-color: rgb(225,232,234); }
div.DivClassName
{
background-color: #E1E8EA;
}
.BgClassName
{
background-color: #E1E8EA;
}
</style>
border-color css
<style>
span { border-color: #E1E8EA; }
span { border-color: rgb(225,232,234); }
td.TdClassName
{
border-color: #E1E8EA;
}
.TagClassName
{
border-color: #E1E8EA;
}
</style>