Shades of Pattens Blue #E5EBED
Tints of Pattens Blue #E5EBED
RGB
CMYK
RGB Variations
Color information
#E5EBED (or 0xE5EBED) is known color: Pattens Blue. HEX triplet: E5, EB and ED. RGB value is (229,235,237). Sum of RGB (Red+Green+Blue) = 229+235+237=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EBED is #1A1412. Grayscale: #E9E9E9. Windows color (decimal): -1709075 or 15592421. OLE color: 15592421.
HSL color Cylindrical-coordinate representation of color #E5EBED: hue angle of 195º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5EBED is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 235 | 237 | - |
CMYK | 0.03 | 0.01 | 0 | 0.07 |
HSL | 195º | 0.18% | 0.91% | - |
HSV(B) | 195º | 0.03% | 0.93% | - |
XYZ | 77.31 | 82.19 | 91.91 | - |
YUV | 233.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 235 | 237 | 0.03 | 0.01 | 0 | 0.07 | 195 | 0.18 | 0.91 |
Hex | E5 | EB | ED | 3 | 1 | 0 | 7 | C3 | 12 | 5B |
Octal | 345 | 353 | 355 | 3 | 1 | 0 | 7 | 303 | 22 | 133 |
Binary | 11100101 | 11101011 | 11101101 | 11 | 1 | 0 | 111 | 11000011 | 10010 | 1011011 |
Color Harmonies of #E5EBED
Complementary color
Monochromatic Colors of #E5EBED
Black with #E5EBED
Text Example
Text Example
White with #E5EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBED; }
p { color: rgb(229,235,237); }
H1.HeaderClassName
{
color: #E5EBED;
}
.AnyTagClassName
{
color: #E5EBED;
}
</style>
background-color css
<style>
a { background-color: #E5EBED; }
a { background-color: rgb(229,235,237); }
div.DivClassName
{
background-color: #E5EBED;
}
.BgClassName
{
background-color: #E5EBED;
}
</style>
border-color css
<style>
span { border-color: #E5EBED; }
span { border-color: rgb(229,235,237); }
td.TdClassName
{
border-color: #E5EBED;
}
.TagClassName
{
border-color: #E5EBED;
}
</style>