Shades of Pattens Blue #E8EEF0
Tints of Pattens Blue #E8EEF0
RGB
CMYK
RGB Variations
Color information
#E8EEF0 (or 0xE8EEF0) is known color: Pattens Blue. HEX triplet: E8, EE and F0. RGB value is (232,238,240). Sum of RGB (Red+Green+Blue) = 232+238+240=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EEF0 is #17110F. Grayscale: #ECECEC. Windows color (decimal): -1511696 or 15789800. OLE color: 15789800.
HSL color Cylindrical-coordinate representation of color #E8EEF0: hue angle of 195º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EEF0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 238 | 240 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.06 |
| HSL | 195º | 0.21% | 0.93% | - |
| HSV(B) | 195º | 0.03% | 0.94% | - |
| XYZ | 79.58 | 84.6 | 94.57 | - |
| YUV | 236.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 240 | 0.03 | 0.01 | 0 | 0.06 | 195 | 0.21 | 0.93 |
| Hex | E8 | EE | F0 | 3 | 1 | 0 | 6 | C3 | 15 | 5D |
| Octal | 350 | 356 | 360 | 3 | 1 | 0 | 6 | 303 | 25 | 135 |
| Binary | 11101000 | 11101110 | 11110000 | 11 | 1 | 0 | 110 | 11000011 | 10101 | 1011101 |
Color Harmonies of #E8EEF0
Complementary color
Monochromatic Colors of #E8EEF0
Black with #E8EEF0
Text Example
Text Example
White with #E8EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EEF0; }
p { color: rgb(232,238,240); }
H1.HeaderClassName
{
color: #E8EEF0;
}
.AnyTagClassName
{
color: #E8EEF0;
}
</style>
background-color css
<style>
a { background-color: #E8EEF0; }
a { background-color: rgb(232,238,240); }
div.DivClassName
{
background-color: #E8EEF0;
}
.BgClassName
{
background-color: #E8EEF0;
}
</style>
border-color css
<style>
span { border-color: #E8EEF0; }
span { border-color: rgb(232,238,240); }
td.TdClassName
{
border-color: #E8EEF0;
}
.TagClassName
{
border-color: #E8EEF0;
}
</style>