Shades of Pattens Blue #E0ECF0
Tints of Pattens Blue #E0ECF0
RGB
CMYK
RGB Variations
Color information
#E0ECF0 (or 0xE0ECF0) is known color: Pattens Blue. HEX triplet: E0, EC and F0. RGB value is (224,236,240). Sum of RGB (Red+Green+Blue) = 224+236+240=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0ECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECF0 is #1F130F. Grayscale: #E8E8E8. Windows color (decimal): -2036496 or 15789280. OLE color: 15789280.
HSL color Cylindrical-coordinate representation of color #E0ECF0: hue angle of 195º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0ECF0 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 236 | 240 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.06 |
| HSL | 195º | 0.35% | 0.91% | - |
| HSV(B) | 195º | 0.07% | 0.94% | - |
| XYZ | 76.46 | 82.13 | 94.26 | - |
| YUV | 232.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 240 | 0.07 | 0.02 | 0 | 0.06 | 195 | 0.35 | 0.91 |
| Hex | E0 | EC | F0 | 7 | 2 | 0 | 6 | C3 | 23 | 5B |
| Octal | 340 | 354 | 360 | 7 | 2 | 0 | 6 | 303 | 43 | 133 |
| Binary | 11100000 | 11101100 | 11110000 | 111 | 10 | 0 | 110 | 11000011 | 100011 | 1011011 |
Color Harmonies of #E0ECF0
Complementary color
Monochromatic Colors of #E0ECF0
Black with #E0ECF0
Text Example
Text Example
White with #E0ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECF0; }
p { color: rgb(224,236,240); }
H1.HeaderClassName
{
color: #E0ECF0;
}
.AnyTagClassName
{
color: #E0ECF0;
}
</style>
background-color css
<style>
a { background-color: #E0ECF0; }
a { background-color: rgb(224,236,240); }
div.DivClassName
{
background-color: #E0ECF0;
}
.BgClassName
{
background-color: #E0ECF0;
}
</style>
border-color css
<style>
span { border-color: #E0ECF0; }
span { border-color: rgb(224,236,240); }
td.TdClassName
{
border-color: #E0ECF0;
}
.TagClassName
{
border-color: #E0ECF0;
}
</style>