Shades of Pattens Blue #E9EDEF
Tints of Pattens Blue #E9EDEF
RGB
CMYK
RGB Variations
Color information
#E9EDEF (or 0xE9EDEF) is known color: Pattens Blue. HEX triplet: E9, ED and EF. RGB value is (233,237,239). Sum of RGB (Red+Green+Blue) = 233+237+239=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDEF is #161210. Grayscale: #ECECEC. Windows color (decimal): -1446417 or 15724009. OLE color: 15724009.
HSL color Cylindrical-coordinate representation of color #E9EDEF: hue angle of 200º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9EDEF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 237 | 239 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.06 |
| HSL | 200º | 0.16% | 0.93% | - |
| HSV(B) | 200º | 0.03% | 0.94% | - |
| XYZ | 79.47 | 84.12 | 93.71 | - |
| YUV | 236.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 239 | 0.03 | 0.01 | 0 | 0.06 | 200 | 0.16 | 0.93 |
| Hex | E9 | ED | EF | 3 | 1 | 0 | 6 | C8 | 10 | 5D |
| Octal | 351 | 355 | 357 | 3 | 1 | 0 | 6 | 310 | 20 | 135 |
| Binary | 11101001 | 11101101 | 11101111 | 11 | 1 | 0 | 110 | 11001000 | 10000 | 1011101 |
Color Harmonies of #E9EDEF
Complementary color
Monochromatic Colors of #E9EDEF
Black with #E9EDEF
Text Example
Text Example
White with #E9EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDEF; }
p { color: rgb(233,237,239); }
H1.HeaderClassName
{
color: #E9EDEF;
}
.AnyTagClassName
{
color: #E9EDEF;
}
</style>
background-color css
<style>
a { background-color: #E9EDEF; }
a { background-color: rgb(233,237,239); }
div.DivClassName
{
background-color: #E9EDEF;
}
.BgClassName
{
background-color: #E9EDEF;
}
</style>
border-color css
<style>
span { border-color: #E9EDEF; }
span { border-color: rgb(233,237,239); }
td.TdClassName
{
border-color: #E9EDEF;
}
.TagClassName
{
border-color: #E9EDEF;
}
</style>