Shades of Pattens Blue #E2EFF7
Tints of Pattens Blue #E2EFF7
RGB
CMYK
RGB Variations
Color information
#E2EFF7 (or 0xE2EFF7) is known color: Pattens Blue. HEX triplet: E2, EF and F7. RGB value is (226,239,247). Sum of RGB (Red+Green+Blue) = 226+239+247=712 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.74% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 247 (96.88% from 255 or 34.69% from 712); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2EFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFF7 is #1D1008. Grayscale: #EBEBEB. Windows color (decimal): -1904649 or 16248802. OLE color: 16248802.
HSL color Cylindrical-coordinate representation of color #E2EFF7: hue angle of 202.86º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2EFF7 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 226 | 239 | 247 | - |
CMYK | 0.09 | 0.03 | 0 | 0.03 |
HSL | 202.86º | 0.57% | 0.93% | - |
HSV(B) | 202.86º | 0.09% | 0.97% | - |
XYZ | 79.02 | 84.62 | 100.16 | - |
YUV | 236.03 | 134.19 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 239 | 247 | 0.09 | 0.03 | 0 | 0.03 | 202.86 | 0.57 | 0.93 |
Hex | E2 | EF | F7 | 9 | 3 | 0 | 3 | CB | 39 | 5D |
Octal | 342 | 357 | 367 | 11 | 3 | 0 | 3 | 313 | 71 | 135 |
Binary | 11100010 | 11101111 | 11110111 | 1001 | 11 | 0 | 11 | 11001011 | 111001 | 1011101 |
Color Harmonies of #E2EFF7
Complementary color
Monochromatic Colors of #E2EFF7
Black with #E2EFF7
Text Example
Text Example
White with #E2EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFF7; }
p { color: rgb(226,239,247); }
H1.HeaderClassName
{
color: #E2EFF7;
}
.AnyTagClassName
{
color: #E2EFF7;
}
</style>
background-color css
<style>
a { background-color: #E2EFF7; }
a { background-color: rgb(226,239,247); }
div.DivClassName
{
background-color: #E2EFF7;
}
.BgClassName
{
background-color: #E2EFF7;
}
</style>
border-color css
<style>
span { border-color: #E2EFF7; }
span { border-color: rgb(226,239,247); }
td.TdClassName
{
border-color: #E2EFF7;
}
.TagClassName
{
border-color: #E2EFF7;
}
</style>