Shades of Pattens Blue #E5ECEF
Tints of Pattens Blue #E5ECEF
RGB
CMYK
RGB Variations
Color information
#E5ECEF (or 0xE5ECEF) is known color: Pattens Blue. HEX triplet: E5, EC and EF. RGB value is (229,236,239). Sum of RGB (Red+Green+Blue) = 229+236+239=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5ECEF is #1A1310. Grayscale: #EAEAEA. Windows color (decimal): -1708817 or 15723749. OLE color: 15723749.
HSL color Cylindrical-coordinate representation of color #E5ECEF: hue angle of 198º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5ECEF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 236 | 239 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.06 |
| HSL | 198º | 0.24% | 0.92% | - |
| HSV(B) | 198º | 0.04% | 0.94% | - |
| XYZ | 77.89 | 82.88 | 93.55 | - |
| YUV | 234.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 239 | 0.04 | 0.01 | 0 | 0.06 | 198 | 0.24 | 0.92 |
| Hex | E5 | EC | EF | 4 | 1 | 0 | 6 | C6 | 18 | 5C |
| Octal | 345 | 354 | 357 | 4 | 1 | 0 | 6 | 306 | 30 | 134 |
| Binary | 11100101 | 11101100 | 11101111 | 100 | 1 | 0 | 110 | 11000110 | 11000 | 1011100 |
Color Harmonies of #E5ECEF
Complementary color
Monochromatic Colors of #E5ECEF
Black with #E5ECEF
Text Example
Text Example
White with #E5ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECEF; }
p { color: rgb(229,236,239); }
H1.HeaderClassName
{
color: #E5ECEF;
}
.AnyTagClassName
{
color: #E5ECEF;
}
</style>
background-color css
<style>
a { background-color: #E5ECEF; }
a { background-color: rgb(229,236,239); }
div.DivClassName
{
background-color: #E5ECEF;
}
.BgClassName
{
background-color: #E5ECEF;
}
</style>
border-color css
<style>
span { border-color: #E5ECEF; }
span { border-color: rgb(229,236,239); }
td.TdClassName
{
border-color: #E5ECEF;
}
.TagClassName
{
border-color: #E5ECEF;
}
</style>