Shades of Pattens Blue #E5EDF2
Tints of Pattens Blue #E5EDF2
RGB
CMYK
RGB Variations
Color information
#E5EDF2 (or 0xE5EDF2) is known color: Pattens Blue. HEX triplet: E5, ED and F2. RGB value is (229,237,242). Sum of RGB (Red+Green+Blue) = 229+237+242=708 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.34% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDF2 is #1A120D. Grayscale: #EBEBEB. Windows color (decimal): -1708558 or 15920613. OLE color: 15920613.
HSL color Cylindrical-coordinate representation of color #E5EDF2: hue angle of 203.08º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5EDF2 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 237 | 242 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.05 |
| HSL | 203.08º | 0.33% | 0.92% | - |
| HSV(B) | 203.08º | 0.05% | 0.95% | - |
| XYZ | 78.62 | 83.64 | 96 | - |
| YUV | 235.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 242 | 0.05 | 0.02 | 0 | 0.05 | 203.08 | 0.33 | 0.92 |
| Hex | E5 | ED | F2 | 5 | 2 | 0 | 5 | CB | 21 | 5C |
| Octal | 345 | 355 | 362 | 5 | 2 | 0 | 5 | 313 | 41 | 134 |
| Binary | 11100101 | 11101101 | 11110010 | 101 | 10 | 0 | 101 | 11001011 | 100001 | 1011100 |
Color Harmonies of #E5EDF2
Complementary color
Monochromatic Colors of #E5EDF2
Black with #E5EDF2
Text Example
Text Example
White with #E5EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDF2; }
p { color: rgb(229,237,242); }
H1.HeaderClassName
{
color: #E5EDF2;
}
.AnyTagClassName
{
color: #E5EDF2;
}
</style>
background-color css
<style>
a { background-color: #E5EDF2; }
a { background-color: rgb(229,237,242); }
div.DivClassName
{
background-color: #E5EDF2;
}
.BgClassName
{
background-color: #E5EDF2;
}
</style>
border-color css
<style>
span { border-color: #E5EDF2; }
span { border-color: rgb(229,237,242); }
td.TdClassName
{
border-color: #E5EDF2;
}
.TagClassName
{
border-color: #E5EDF2;
}
</style>