Shades of Pattens Blue #E6EBED
Tints of Pattens Blue #E6EBED
RGB
CMYK
RGB Variations
Color information
#E6EBED (or 0xE6EBED) is known color: Pattens Blue. HEX triplet: E6, EB and ED. RGB value is (230,235,237). Sum of RGB (Red+Green+Blue) = 230+235+237=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBED is #191412. Grayscale: #E9E9E9. Windows color (decimal): -1643539 or 15592422. OLE color: 15592422.
HSL color Cylindrical-coordinate representation of color #E6EBED: hue angle of 197.14º degrees, saturation: 0.16, 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 #E6EBED is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 235 | 237 | - |
CMYK | 0.03 | 0.01 | 0 | 0.07 |
HSL | 197.14º | 0.16% | 0.92% | - |
HSV(B) | 197.14º | 0.03% | 0.93% | - |
XYZ | 77.63 | 82.35 | 91.93 | - |
YUV | 233.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 235 | 237 | 0.03 | 0.01 | 0 | 0.07 | 197.14 | 0.16 | 0.92 |
Hex | E6 | EB | ED | 3 | 1 | 0 | 7 | C5 | 10 | 5C |
Octal | 346 | 353 | 355 | 3 | 1 | 0 | 7 | 305 | 20 | 134 |
Binary | 11100110 | 11101011 | 11101101 | 11 | 1 | 0 | 111 | 11000101 | 10000 | 1011100 |
Color Harmonies of #E6EBED
Complementary color
Monochromatic Colors of #E6EBED
Black with #E6EBED
Text Example
Text Example
White with #E6EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBED; }
p { color: rgb(230,235,237); }
H1.HeaderClassName
{
color: #E6EBED;
}
.AnyTagClassName
{
color: #E6EBED;
}
</style>
background-color css
<style>
a { background-color: #E6EBED; }
a { background-color: rgb(230,235,237); }
div.DivClassName
{
background-color: #E6EBED;
}
.BgClassName
{
background-color: #E6EBED;
}
</style>
border-color css
<style>
span { border-color: #E6EBED; }
span { border-color: rgb(230,235,237); }
td.TdClassName
{
border-color: #E6EBED;
}
.TagClassName
{
border-color: #E6EBED;
}
</style>