Shades of Pattens Blue #E0ECF5
Tints of Pattens Blue #E0ECF5
RGB
CMYK
RGB Variations
Color information
#E0ECF5 (or 0xE0ECF5) is known color: Pattens Blue. HEX triplet: E0, EC and F5. RGB value is (224,236,245). Sum of RGB (Red+Green+Blue) = 224+236+245=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0ECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECF5 is #1F130A. Grayscale: #E9E9E9. Windows color (decimal): -2036491 or 16116960. OLE color: 16116960.
HSL color Cylindrical-coordinate representation of color #E0ECF5: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0ECF5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 236 | 245 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.04 |
| HSL | 205.71º | 0.51% | 0.92% | - |
| HSV(B) | 205.71º | 0.09% | 0.96% | - |
| XYZ | 77.22 | 82.43 | 98.23 | - |
| YUV | 233.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 245 | 0.09 | 0.04 | 0 | 0.04 | 205.71 | 0.51 | 0.92 |
| Hex | E0 | EC | F5 | 9 | 4 | 0 | 4 | CE | 33 | 5C |
| Octal | 340 | 354 | 365 | 11 | 4 | 0 | 4 | 316 | 63 | 134 |
| Binary | 11100000 | 11101100 | 11110101 | 1001 | 100 | 0 | 100 | 11001110 | 110011 | 1011100 |
Color Harmonies of #E0ECF5
Complementary color
Monochromatic Colors of #E0ECF5
Black with #E0ECF5
Text Example
Text Example
White with #E0ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECF5; }
p { color: rgb(224,236,245); }
H1.HeaderClassName
{
color: #E0ECF5;
}
.AnyTagClassName
{
color: #E0ECF5;
}
</style>
background-color css
<style>
a { background-color: #E0ECF5; }
a { background-color: rgb(224,236,245); }
div.DivClassName
{
background-color: #E0ECF5;
}
.BgClassName
{
background-color: #E0ECF5;
}
</style>
border-color css
<style>
span { border-color: #E0ECF5; }
span { border-color: rgb(224,236,245); }
td.TdClassName
{
border-color: #E0ECF5;
}
.TagClassName
{
border-color: #E0ECF5;
}
</style>