Shades of Pattens Blue #E1ECEF
Tints of Pattens Blue #E1ECEF
RGB
CMYK
RGB Variations
Color information
#E1ECEF (or 0xE1ECEF) is known color: Pattens Blue. HEX triplet: E1, EC and EF. RGB value is (225,236,239). Sum of RGB (Red+Green+Blue) = 225+236+239=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECEF is #1E1310. Grayscale: #E9E9E9. Windows color (decimal): -1970961 or 15723745. OLE color: 15723745.
HSL color Cylindrical-coordinate representation of color #E1ECEF: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1ECEF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 236 | 239 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.06 |
| HSL | 192.86º | 0.3% | 0.91% | - |
| HSV(B) | 192.86º | 0.06% | 0.94% | - |
| XYZ | 76.63 | 82.23 | 93.49 | - |
| YUV | 233.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 239 | 0.06 | 0.01 | 0 | 0.06 | 192.86 | 0.3 | 0.91 |
| Hex | E1 | EC | EF | 6 | 1 | 0 | 6 | C1 | 1E | 5B |
| Octal | 341 | 354 | 357 | 6 | 1 | 0 | 6 | 301 | 36 | 133 |
| Binary | 11100001 | 11101100 | 11101111 | 110 | 1 | 0 | 110 | 11000001 | 11110 | 1011011 |
Color Harmonies of #E1ECEF
Complementary color
Monochromatic Colors of #E1ECEF
Black with #E1ECEF
Text Example
Text Example
White with #E1ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECEF; }
p { color: rgb(225,236,239); }
H1.HeaderClassName
{
color: #E1ECEF;
}
.AnyTagClassName
{
color: #E1ECEF;
}
</style>
background-color css
<style>
a { background-color: #E1ECEF; }
a { background-color: rgb(225,236,239); }
div.DivClassName
{
background-color: #E1ECEF;
}
.BgClassName
{
background-color: #E1ECEF;
}
</style>
border-color css
<style>
span { border-color: #E1ECEF; }
span { border-color: rgb(225,236,239); }
td.TdClassName
{
border-color: #E1ECEF;
}
.TagClassName
{
border-color: #E1ECEF;
}
</style>