Shades of Pattens Blue #E2E9EC
Tints of Pattens Blue #E2E9EC
RGB
CMYK
RGB Variations
Color information
#E2E9EC (or 0xE2E9EC) is known color: Pattens Blue. HEX triplet: E2, E9 and EC. RGB value is (226,233,236). Sum of RGB (Red+Green+Blue) = 226+233+236=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9EC is #1D1613. Grayscale: #E7E7E7. Windows color (decimal): -1906196 or 15526370. OLE color: 15526370.
HSL color Cylindrical-coordinate representation of color #E2E9EC: hue angle of 198º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E9EC is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 233 | 236 | - |
CMYK | 0.04 | 0.01 | 0 | 0.07 |
HSL | 198º | 0.21% | 0.91% | - |
HSV(B) | 198º | 0.04% | 0.93% | - |
XYZ | 75.64 | 80.5 | 90.91 | - |
YUV | 231.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 233 | 236 | 0.04 | 0.01 | 0 | 0.07 | 198 | 0.21 | 0.91 |
Hex | E2 | E9 | EC | 4 | 1 | 0 | 7 | C6 | 15 | 5B |
Octal | 342 | 351 | 354 | 4 | 1 | 0 | 7 | 306 | 25 | 133 |
Binary | 11100010 | 11101001 | 11101100 | 100 | 1 | 0 | 111 | 11000110 | 10101 | 1011011 |
Color Harmonies of #E2E9EC
Complementary color
Monochromatic Colors of #E2E9EC
Black with #E2E9EC
Text Example
Text Example
White with #E2E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9EC; }
p { color: rgb(226,233,236); }
H1.HeaderClassName
{
color: #E2E9EC;
}
.AnyTagClassName
{
color: #E2E9EC;
}
</style>
background-color css
<style>
a { background-color: #E2E9EC; }
a { background-color: rgb(226,233,236); }
div.DivClassName
{
background-color: #E2E9EC;
}
.BgClassName
{
background-color: #E2E9EC;
}
</style>
border-color css
<style>
span { border-color: #E2E9EC; }
span { border-color: rgb(226,233,236); }
td.TdClassName
{
border-color: #E2E9EC;
}
.TagClassName
{
border-color: #E2E9EC;
}
</style>