Shades of Pattens Blue #E8EBEC
Tints of Pattens Blue #E8EBEC
RGB
CMYK
RGB Variations
Color information
#E8EBEC (or 0xE8EBEC) is known color: Pattens Blue. HEX triplet: E8, EB and EC. RGB value is (232,235,236). Sum of RGB (Red+Green+Blue) = 232+235+236=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EBEC is #171413. Grayscale: #EAEAEA. Windows color (decimal): -1512468 or 15526888. OLE color: 15526888.
HSL color Cylindrical-coordinate representation of color #E8EBEC: hue angle of 195º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E8EBEC is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 235 | 236 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.07 |
| HSL | 195º | 0.1% | 0.92% | - |
| HSV(B) | 195º | 0.02% | 0.93% | - |
| XYZ | 78.13 | 82.63 | 91.19 | - |
| YUV | 234.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 236 | 0.02 | 0.00 | 0 | 0.07 | 195 | 0.1 | 0.92 |
| Hex | E8 | EB | EC | 2 | 0 | 0 | 7 | C3 | A | 5C |
| Octal | 350 | 353 | 354 | 2 | 0 | 0 | 7 | 303 | 12 | 134 |
| Binary | 11101000 | 11101011 | 11101100 | 10 | 0 | 0 | 111 | 11000011 | 1010 | 1011100 |
Color Harmonies of #E8EBEC
Complementary color
Monochromatic Colors of #E8EBEC
Black with #E8EBEC
Text Example
Text Example
White with #E8EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBEC; }
p { color: rgb(232,235,236); }
H1.HeaderClassName
{
color: #E8EBEC;
}
.AnyTagClassName
{
color: #E8EBEC;
}
</style>
background-color css
<style>
a { background-color: #E8EBEC; }
a { background-color: rgb(232,235,236); }
div.DivClassName
{
background-color: #E8EBEC;
}
.BgClassName
{
background-color: #E8EBEC;
}
</style>
border-color css
<style>
span { border-color: #E8EBEC; }
span { border-color: rgb(232,235,236); }
td.TdClassName
{
border-color: #E8EBEC;
}
.TagClassName
{
border-color: #E8EBEC;
}
</style>