Shades of Pattens Blue #E2EFF2
Tints of Pattens Blue #E2EFF2
RGB
CMYK
RGB Variations
Color information
#E2EFF2 (or 0xE2EFF2) is known color: Pattens Blue. HEX triplet: E2, EF and F2. RGB value is (226,239,242). Sum of RGB (Red+Green+Blue) = 226+239+242=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFF2 is #1D100D. Grayscale: #EBEBEB. Windows color (decimal): -1904654 or 15921122. OLE color: 15921122.
HSL color Cylindrical-coordinate representation of color #E2EFF2: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2EFF2 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 226 | 239 | 242 | - |
CMYK | 0.07 | 0.01 | 0 | 0.05 |
HSL | 191.25º | 0.38% | 0.92% | - |
HSV(B) | 191.25º | 0.07% | 0.95% | - |
XYZ | 78.26 | 84.31 | 96.15 | - |
YUV | 235.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 239 | 242 | 0.07 | 0.01 | 0 | 0.05 | 191.25 | 0.38 | 0.92 |
Hex | E2 | EF | F2 | 7 | 1 | 0 | 5 | BF | 26 | 5C |
Octal | 342 | 357 | 362 | 7 | 1 | 0 | 5 | 277 | 46 | 134 |
Binary | 11100010 | 11101111 | 11110010 | 111 | 1 | 0 | 101 | 10111111 | 100110 | 1011100 |
Color Harmonies of #E2EFF2
Complementary color
Monochromatic Colors of #E2EFF2
Black with #E2EFF2
Text Example
Text Example
White with #E2EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFF2; }
p { color: rgb(226,239,242); }
H1.HeaderClassName
{
color: #E2EFF2;
}
.AnyTagClassName
{
color: #E2EFF2;
}
</style>
background-color css
<style>
a { background-color: #E2EFF2; }
a { background-color: rgb(226,239,242); }
div.DivClassName
{
background-color: #E2EFF2;
}
.BgClassName
{
background-color: #E2EFF2;
}
</style>
border-color css
<style>
span { border-color: #E2EFF2; }
span { border-color: rgb(226,239,242); }
td.TdClassName
{
border-color: #E2EFF2;
}
.TagClassName
{
border-color: #E2EFF2;
}
</style>