Shades of Pattens Blue #E1E8EB
Tints of Pattens Blue #E1E8EB
RGB
CMYK
RGB Variations
Color information
#E1E8EB (or 0xE1E8EB) is known color: Pattens Blue. HEX triplet: E1, E8 and EB. RGB value is (225,232,235). Sum of RGB (Red+Green+Blue) = 225+232+235=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E8EB is #1E1714. Grayscale: #E6E6E6. Windows color (decimal): -1971989 or 15460577. OLE color: 15460577.
HSL color Cylindrical-coordinate representation of color #E1E8EB: hue angle of 198º degrees, saturation: 0.2, 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 #E1E8EB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 232 | 235 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.08 |
| HSL | 198º | 0.2% | 0.9% | - |
| HSV(B) | 198º | 0.04% | 0.92% | - |
| XYZ | 74.9 | 79.72 | 90.04 | - |
| YUV | 230.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 235 | 0.04 | 0.01 | 0 | 0.08 | 198 | 0.2 | 0.9 |
| Hex | E1 | E8 | EB | 4 | 1 | 0 | 8 | C6 | 14 | 5A |
| Octal | 341 | 350 | 353 | 4 | 1 | 0 | 10 | 306 | 24 | 132 |
| Binary | 11100001 | 11101000 | 11101011 | 100 | 1 | 0 | 1000 | 11000110 | 10100 | 1011010 |
Color Harmonies of #E1E8EB
Complementary color
Monochromatic Colors of #E1E8EB
Black with #E1E8EB
Text Example
Text Example
White with #E1E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8EB; }
p { color: rgb(225,232,235); }
H1.HeaderClassName
{
color: #E1E8EB;
}
.AnyTagClassName
{
color: #E1E8EB;
}
</style>
background-color css
<style>
a { background-color: #E1E8EB; }
a { background-color: rgb(225,232,235); }
div.DivClassName
{
background-color: #E1E8EB;
}
.BgClassName
{
background-color: #E1E8EB;
}
</style>
border-color css
<style>
span { border-color: #E1E8EB; }
span { border-color: rgb(225,232,235); }
td.TdClassName
{
border-color: #E1E8EB;
}
.TagClassName
{
border-color: #E1E8EB;
}
</style>