Shades of Pattens Blue #E0ECEF
Tints of Pattens Blue #E0ECEF
RGB
CMYK
RGB Variations
Color information
#E0ECEF (or 0xE0ECEF) is known color: Pattens Blue. HEX triplet: E0, EC and EF. RGB value is (224,236,239). Sum of RGB (Red+Green+Blue) = 224+236+239=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECEF is #1F1310. Grayscale: #E8E8E8. Windows color (decimal): -2036497 or 15723744. OLE color: 15723744.
HSL color Cylindrical-coordinate representation of color #E0ECEF: hue angle of 192º degrees, saturation: 0.32, 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 #E0ECEF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 236 | 239 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.06 |
| HSL | 192º | 0.32% | 0.91% | - |
| HSV(B) | 192º | 0.06% | 0.94% | - |
| XYZ | 76.32 | 82.07 | 93.48 | - |
| YUV | 232.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 239 | 0.06 | 0.01 | 0 | 0.06 | 192 | 0.32 | 0.91 |
| Hex | E0 | EC | EF | 6 | 1 | 0 | 6 | C0 | 20 | 5B |
| Octal | 340 | 354 | 357 | 6 | 1 | 0 | 6 | 300 | 40 | 133 |
| Binary | 11100000 | 11101100 | 11101111 | 110 | 1 | 0 | 110 | 11000000 | 100000 | 1011011 |
Color Harmonies of #E0ECEF
Complementary color
Monochromatic Colors of #E0ECEF
Black with #E0ECEF
Text Example
Text Example
White with #E0ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECEF; }
p { color: rgb(224,236,239); }
H1.HeaderClassName
{
color: #E0ECEF;
}
.AnyTagClassName
{
color: #E0ECEF;
}
</style>
background-color css
<style>
a { background-color: #E0ECEF; }
a { background-color: rgb(224,236,239); }
div.DivClassName
{
background-color: #E0ECEF;
}
.BgClassName
{
background-color: #E0ECEF;
}
</style>
border-color css
<style>
span { border-color: #E0ECEF; }
span { border-color: rgb(224,236,239); }
td.TdClassName
{
border-color: #E0ECEF;
}
.TagClassName
{
border-color: #E0ECEF;
}
</style>