Shades of Pattens Blue #E8EDEF
Tints of Pattens Blue #E8EDEF
RGB
CMYK
RGB Variations
Color information
#E8EDEF (or 0xE8EDEF) is known color: Pattens Blue. HEX triplet: E8, ED and EF. RGB value is (232,237,239). Sum of RGB (Red+Green+Blue) = 232+237+239=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDEF is #171210. Grayscale: #EBEBEB. Windows color (decimal): -1511953 or 15724008. OLE color: 15724008.
HSL color Cylindrical-coordinate representation of color #E8EDEF: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EDEF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 237 | 239 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.06 |
| HSL | 197.14º | 0.18% | 0.92% | - |
| HSV(B) | 197.14º | 0.03% | 0.94% | - |
| XYZ | 79.14 | 83.96 | 93.7 | - |
| YUV | 235.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 239 | 0.03 | 0.01 | 0 | 0.06 | 197.14 | 0.18 | 0.92 |
| Hex | E8 | ED | EF | 3 | 1 | 0 | 6 | C5 | 12 | 5C |
| Octal | 350 | 355 | 357 | 3 | 1 | 0 | 6 | 305 | 22 | 134 |
| Binary | 11101000 | 11101101 | 11101111 | 11 | 1 | 0 | 110 | 11000101 | 10010 | 1011100 |
Color Harmonies of #E8EDEF
Complementary color
Monochromatic Colors of #E8EDEF
Black with #E8EDEF
Text Example
Text Example
White with #E8EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDEF; }
p { color: rgb(232,237,239); }
H1.HeaderClassName
{
color: #E8EDEF;
}
.AnyTagClassName
{
color: #E8EDEF;
}
</style>
background-color css
<style>
a { background-color: #E8EDEF; }
a { background-color: rgb(232,237,239); }
div.DivClassName
{
background-color: #E8EDEF;
}
.BgClassName
{
background-color: #E8EDEF;
}
</style>
border-color css
<style>
span { border-color: #E8EDEF; }
span { border-color: rgb(232,237,239); }
td.TdClassName
{
border-color: #E8EDEF;
}
.TagClassName
{
border-color: #E8EDEF;
}
</style>