Shades of Pattens Blue #E3EDF4
Tints of Pattens Blue #E3EDF4
RGB
CMYK
RGB Variations
Color information
#E3EDF4 (or 0xE3EDF4) is known color: Pattens Blue. HEX triplet: E3, ED and F4. RGB value is (227,237,244). Sum of RGB (Red+Green+Blue) = 227+237+244=708 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.06% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 244 (95.70% from 255 or 34.46% from 708); Max value from RGB is 244 - color contains mainly: blue. Hex color #E3EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDF4 is #1C120B. Grayscale: #EAEAEA. Windows color (decimal): -1839628 or 16051683. OLE color: 16051683.
HSL color Cylindrical-coordinate representation of color #E3EDF4: hue angle of 204.71º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3EDF4 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 237 | 244 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.04 |
| HSL | 204.71º | 0.44% | 0.92% | - |
| HSV(B) | 204.71º | 0.07% | 0.96% | - |
| XYZ | 78.29 | 83.43 | 97.57 | - |
| YUV | 234.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 244 | 0.07 | 0.03 | 0 | 0.04 | 204.71 | 0.44 | 0.92 |
| Hex | E3 | ED | F4 | 7 | 3 | 0 | 4 | CD | 2C | 5C |
| Octal | 343 | 355 | 364 | 7 | 3 | 0 | 4 | 315 | 54 | 134 |
| Binary | 11100011 | 11101101 | 11110100 | 111 | 11 | 0 | 100 | 11001101 | 101100 | 1011100 |
Color Harmonies of #E3EDF4
Complementary color
Monochromatic Colors of #E3EDF4
Black with #E3EDF4
Text Example
Text Example
White with #E3EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDF4; }
p { color: rgb(227,237,244); }
H1.HeaderClassName
{
color: #E3EDF4;
}
.AnyTagClassName
{
color: #E3EDF4;
}
</style>
background-color css
<style>
a { background-color: #E3EDF4; }
a { background-color: rgb(227,237,244); }
div.DivClassName
{
background-color: #E3EDF4;
}
.BgClassName
{
background-color: #E3EDF4;
}
</style>
border-color css
<style>
span { border-color: #E3EDF4; }
span { border-color: rgb(227,237,244); }
td.TdClassName
{
border-color: #E3EDF4;
}
.TagClassName
{
border-color: #E3EDF4;
}
</style>