Shades of Pattens Blue #E2ECEF
Tints of Pattens Blue #E2ECEF
RGB
CMYK
RGB Variations
Color information
#E2ECEF (or 0xE2ECEF) is known color: Pattens Blue. HEX triplet: E2, EC and EF. RGB value is (226,236,239). Sum of RGB (Red+Green+Blue) = 226+236+239=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECEF is #1D1310. Grayscale: #E9E9E9. Windows color (decimal): -1905425 or 15723746. OLE color: 15723746.
HSL color Cylindrical-coordinate representation of color #E2ECEF: hue angle of 193.85º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2ECEF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 236 | 239 | - |
CMYK | 0.05 | 0.01 | 0 | 0.06 |
HSL | 193.85º | 0.29% | 0.91% | - |
HSV(B) | 193.85º | 0.05% | 0.94% | - |
XYZ | 76.94 | 82.39 | 93.51 | - |
YUV | 233.35 | 131.19 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 239 | 0.05 | 0.01 | 0 | 0.06 | 193.85 | 0.29 | 0.91 |
Hex | E2 | EC | EF | 5 | 1 | 0 | 6 | C2 | 1D | 5B |
Octal | 342 | 354 | 357 | 5 | 1 | 0 | 6 | 302 | 35 | 133 |
Binary | 11100010 | 11101100 | 11101111 | 101 | 1 | 0 | 110 | 11000010 | 11101 | 1011011 |
Color Harmonies of #E2ECEF
Complementary color
Monochromatic Colors of #E2ECEF
Black with #E2ECEF
Text Example
Text Example
White with #E2ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECEF; }
p { color: rgb(226,236,239); }
H1.HeaderClassName
{
color: #E2ECEF;
}
.AnyTagClassName
{
color: #E2ECEF;
}
</style>
background-color css
<style>
a { background-color: #E2ECEF; }
a { background-color: rgb(226,236,239); }
div.DivClassName
{
background-color: #E2ECEF;
}
.BgClassName
{
background-color: #E2ECEF;
}
</style>
border-color css
<style>
span { border-color: #E2ECEF; }
span { border-color: rgb(226,236,239); }
td.TdClassName
{
border-color: #E2ECEF;
}
.TagClassName
{
border-color: #E2ECEF;
}
</style>