Shades of Pattens Blue #E3EDF1
Tints of Pattens Blue #E3EDF1
RGB
CMYK
RGB Variations
Color information
#E3EDF1 (or 0xE3EDF1) is known color: Pattens Blue. HEX triplet: E3, ED and F1. RGB value is (227,237,241). Sum of RGB (Red+Green+Blue) = 227+237+241=705 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.20% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDF1 is #1C120E. Grayscale: #EAEAEA. Windows color (decimal): -1839631 or 15855075. OLE color: 15855075.
HSL color Cylindrical-coordinate representation of color #E3EDF1: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E3EDF1 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 237 | 241 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.05 |
| HSL | 197.14º | 0.33% | 0.92% | - |
| HSV(B) | 197.14º | 0.06% | 0.95% | - |
| XYZ | 77.84 | 83.25 | 95.19 | - |
| YUV | 234.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 241 | 0.06 | 0.02 | 0 | 0.05 | 197.14 | 0.33 | 0.92 |
| Hex | E3 | ED | F1 | 6 | 2 | 0 | 5 | C5 | 21 | 5C |
| Octal | 343 | 355 | 361 | 6 | 2 | 0 | 5 | 305 | 41 | 134 |
| Binary | 11100011 | 11101101 | 11110001 | 110 | 10 | 0 | 101 | 11000101 | 100001 | 1011100 |
Color Harmonies of #E3EDF1
Complementary color
Monochromatic Colors of #E3EDF1
Black with #E3EDF1
Text Example
Text Example
White with #E3EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDF1; }
p { color: rgb(227,237,241); }
H1.HeaderClassName
{
color: #E3EDF1;
}
.AnyTagClassName
{
color: #E3EDF1;
}
</style>
background-color css
<style>
a { background-color: #E3EDF1; }
a { background-color: rgb(227,237,241); }
div.DivClassName
{
background-color: #E3EDF1;
}
.BgClassName
{
background-color: #E3EDF1;
}
</style>
border-color css
<style>
span { border-color: #E3EDF1; }
span { border-color: rgb(227,237,241); }
td.TdClassName
{
border-color: #E3EDF1;
}
.TagClassName
{
border-color: #E3EDF1;
}
</style>