Shades of Pattens Blue #E7EDEF
Tints of Pattens Blue #E7EDEF
RGB
CMYK
RGB Variations
Color information
#E7EDEF (or 0xE7EDEF) is known color: Pattens Blue. HEX triplet: E7, ED and EF. RGB value is (231,237,239). Sum of RGB (Red+Green+Blue) = 231+237+239=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDEF is #181210. Grayscale: #EBEBEB. Windows color (decimal): -1577489 or 15724007. OLE color: 15724007.
HSL color Cylindrical-coordinate representation of color #E7EDEF: hue angle of 195º degrees, saturation: 0.2, 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 #E7EDEF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 237 | 239 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.06 |
| HSL | 195º | 0.2% | 0.92% | - |
| HSV(B) | 195º | 0.03% | 0.94% | - |
| XYZ | 78.82 | 83.79 | 93.68 | - |
| YUV | 235.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 237 | 239 | 0.03 | 0.01 | 0 | 0.06 | 195 | 0.2 | 0.92 |
| Hex | E7 | ED | EF | 3 | 1 | 0 | 6 | C3 | 14 | 5C |
| Octal | 347 | 355 | 357 | 3 | 1 | 0 | 6 | 303 | 24 | 134 |
| Binary | 11100111 | 11101101 | 11101111 | 11 | 1 | 0 | 110 | 11000011 | 10100 | 1011100 |
Color Harmonies of #E7EDEF
Complementary color
Monochromatic Colors of #E7EDEF
Black with #E7EDEF
Text Example
Text Example
White with #E7EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDEF; }
p { color: rgb(231,237,239); }
H1.HeaderClassName
{
color: #E7EDEF;
}
.AnyTagClassName
{
color: #E7EDEF;
}
</style>
background-color css
<style>
a { background-color: #E7EDEF; }
a { background-color: rgb(231,237,239); }
div.DivClassName
{
background-color: #E7EDEF;
}
.BgClassName
{
background-color: #E7EDEF;
}
</style>
border-color css
<style>
span { border-color: #E7EDEF; }
span { border-color: rgb(231,237,239); }
td.TdClassName
{
border-color: #E7EDEF;
}
.TagClassName
{
border-color: #E7EDEF;
}
</style>