Shades of Pattens Blue #E1E8EC
Tints of Pattens Blue #E1E8EC
RGB
CMYK
RGB Variations
Color information
#E1E8EC (or 0xE1E8EC) is known color: Pattens Blue. HEX triplet: E1, E8 and EC. RGB value is (225,232,236). Sum of RGB (Red+Green+Blue) = 225+232+236=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1E8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E8EC is #1E1713. Grayscale: #E6E6E6. Windows color (decimal): -1971988 or 15526113. OLE color: 15526113.
HSL color Cylindrical-coordinate representation of color #E1E8EC: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E8EC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 232 | 236 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.07 |
| HSL | 201.82º | 0.22% | 0.9% | - |
| HSV(B) | 201.82º | 0.05% | 0.93% | - |
| XYZ | 75.05 | 79.78 | 90.8 | - |
| YUV | 230.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 236 | 0.05 | 0.02 | 0 | 0.07 | 201.82 | 0.22 | 0.9 |
| Hex | E1 | E8 | EC | 5 | 2 | 0 | 7 | CA | 16 | 5A |
| Octal | 341 | 350 | 354 | 5 | 2 | 0 | 7 | 312 | 26 | 132 |
| Binary | 11100001 | 11101000 | 11101100 | 101 | 10 | 0 | 111 | 11001010 | 10110 | 1011010 |
Color Harmonies of #E1E8EC
Complementary color
Monochromatic Colors of #E1E8EC
Black with #E1E8EC
Text Example
Text Example
White with #E1E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8EC; }
p { color: rgb(225,232,236); }
H1.HeaderClassName
{
color: #E1E8EC;
}
.AnyTagClassName
{
color: #E1E8EC;
}
</style>
background-color css
<style>
a { background-color: #E1E8EC; }
a { background-color: rgb(225,232,236); }
div.DivClassName
{
background-color: #E1E8EC;
}
.BgClassName
{
background-color: #E1E8EC;
}
</style>
border-color css
<style>
span { border-color: #E1E8EC; }
span { border-color: rgb(225,232,236); }
td.TdClassName
{
border-color: #E1E8EC;
}
.TagClassName
{
border-color: #E1E8EC;
}
</style>