Shades of Pattens Blue #E9EBEC
Tints of Pattens Blue #E9EBEC
RGB
CMYK
RGB Variations
Color information
#E9EBEC (or 0xE9EBEC) is known color: Pattens Blue. HEX triplet: E9, EB and EC. RGB value is (233,235,236). Sum of RGB (Red+Green+Blue) = 233+235+236=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EBEC is #161413. Grayscale: #EAEAEA. Windows color (decimal): -1446932 or 15526889. OLE color: 15526889.
HSL color Cylindrical-coordinate representation of color #E9EBEC: hue angle of 200º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E9EBEC is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 235 | 236 | - |
CMYK | 0.01 | 0.00 | 0 | 0.07 |
HSL | 200º | 0.07% | 0.92% | - |
HSV(B) | 200º | 0.01% | 0.93% | - |
XYZ | 78.45 | 82.8 | 91.2 | - |
YUV | 234.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 235 | 236 | 0.01 | 0.00 | 0 | 0.07 | 200 | 0.07 | 0.92 |
Hex | E9 | EB | EC | 1 | 0 | 0 | 7 | C8 | 7 | 5C |
Octal | 351 | 353 | 354 | 1 | 0 | 0 | 7 | 310 | 7 | 134 |
Binary | 11101001 | 11101011 | 11101100 | 1 | 0 | 0 | 111 | 11001000 | 111 | 1011100 |
Color Harmonies of #E9EBEC
Complementary color
Monochromatic Colors of #E9EBEC
Black with #E9EBEC
Text Example
Text Example
White with #E9EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EBEC; }
p { color: rgb(233,235,236); }
H1.HeaderClassName
{
color: #E9EBEC;
}
.AnyTagClassName
{
color: #E9EBEC;
}
</style>
background-color css
<style>
a { background-color: #E9EBEC; }
a { background-color: rgb(233,235,236); }
div.DivClassName
{
background-color: #E9EBEC;
}
.BgClassName
{
background-color: #E9EBEC;
}
</style>
border-color css
<style>
span { border-color: #E9EBEC; }
span { border-color: rgb(233,235,236); }
td.TdClassName
{
border-color: #E9EBEC;
}
.TagClassName
{
border-color: #E9EBEC;
}
</style>