Shades of Pattens Blue #E7EBED
Tints of Pattens Blue #E7EBED
RGB
CMYK
RGB Variations
Color information
#E7EBED (or 0xE7EBED) is known color: Pattens Blue. HEX triplet: E7, EB and ED. RGB value is (231,235,237). Sum of RGB (Red+Green+Blue) = 231+235+237=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EBED is #181412. Grayscale: #EAEAEA. Windows color (decimal): -1578003 or 15592423. OLE color: 15592423.
HSL color Cylindrical-coordinate representation of color #E7EBED: hue angle of 200º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7EBED is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 235 | 237 | - |
CMYK | 0.03 | 0.01 | 0 | 0.07 |
HSL | 200º | 0.14% | 0.92% | - |
HSV(B) | 200º | 0.03% | 0.93% | - |
XYZ | 77.95 | 82.52 | 91.94 | - |
YUV | 234.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 235 | 237 | 0.03 | 0.01 | 0 | 0.07 | 200 | 0.14 | 0.92 |
Hex | E7 | EB | ED | 3 | 1 | 0 | 7 | C8 | E | 5C |
Octal | 347 | 353 | 355 | 3 | 1 | 0 | 7 | 310 | 16 | 134 |
Binary | 11100111 | 11101011 | 11101101 | 11 | 1 | 0 | 111 | 11001000 | 1110 | 1011100 |
Color Harmonies of #E7EBED
Complementary color
Monochromatic Colors of #E7EBED
Black with #E7EBED
Text Example
Text Example
White with #E7EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EBED; }
p { color: rgb(231,235,237); }
H1.HeaderClassName
{
color: #E7EBED;
}
.AnyTagClassName
{
color: #E7EBED;
}
</style>
background-color css
<style>
a { background-color: #E7EBED; }
a { background-color: rgb(231,235,237); }
div.DivClassName
{
background-color: #E7EBED;
}
.BgClassName
{
background-color: #E7EBED;
}
</style>
border-color css
<style>
span { border-color: #E7EBED; }
span { border-color: rgb(231,235,237); }
td.TdClassName
{
border-color: #E7EBED;
}
.TagClassName
{
border-color: #E7EBED;
}
</style>