Shades of Pattens Blue #E0E8EB
Tints of Pattens Blue #E0E8EB
RGB
CMYK
RGB Variations
Color information
#E0E8EB (or 0xE0E8EB) is known color: Pattens Blue. HEX triplet: E0, E8 and EB. RGB value is (224,232,235). Sum of RGB (Red+Green+Blue) = 224+232+235=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8EB is #1F1714. Grayscale: #E5E5E5. Windows color (decimal): -2037525 or 15460576. OLE color: 15460576.
HSL color Cylindrical-coordinate representation of color #E0E8EB: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0E8EB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 232 | 235 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.08 |
| HSL | 196.36º | 0.22% | 0.9% | - |
| HSV(B) | 196.36º | 0.05% | 0.92% | - |
| XYZ | 74.59 | 79.56 | 90.02 | - |
| YUV | 229.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 232 | 235 | 0.05 | 0.01 | 0 | 0.08 | 196.36 | 0.22 | 0.9 |
| Hex | E0 | E8 | EB | 5 | 1 | 0 | 8 | C4 | 16 | 5A |
| Octal | 340 | 350 | 353 | 5 | 1 | 0 | 10 | 304 | 26 | 132 |
| Binary | 11100000 | 11101000 | 11101011 | 101 | 1 | 0 | 1000 | 11000100 | 10110 | 1011010 |
Color Harmonies of #E0E8EB
Complementary color
Monochromatic Colors of #E0E8EB
Black with #E0E8EB
Text Example
Text Example
White with #E0E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E8EB; }
p { color: rgb(224,232,235); }
H1.HeaderClassName
{
color: #E0E8EB;
}
.AnyTagClassName
{
color: #E0E8EB;
}
</style>
background-color css
<style>
a { background-color: #E0E8EB; }
a { background-color: rgb(224,232,235); }
div.DivClassName
{
background-color: #E0E8EB;
}
.BgClassName
{
background-color: #E0E8EB;
}
</style>
border-color css
<style>
span { border-color: #E0E8EB; }
span { border-color: rgb(224,232,235); }
td.TdClassName
{
border-color: #E0E8EB;
}
.TagClassName
{
border-color: #E0E8EB;
}
</style>