Shades of Pattens Blue #E1EDF4
Tints of Pattens Blue #E1EDF4
RGB
CMYK
RGB Variations
Color information
#E1EDF4 (or 0xE1EDF4) is known color: Pattens Blue. HEX triplet: E1, ED and F4. RGB value is (225,237,244). Sum of RGB (Red+Green+Blue) = 225+237+244=706 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.87% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 244 (95.70% from 255 or 34.56% from 706); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDF4 is #1E120B. Grayscale: #EAEAEA. Windows color (decimal): -1970700 or 16051681. OLE color: 16051681.
HSL color Cylindrical-coordinate representation of color #E1EDF4: hue angle of 202.11º degrees, saturation: 0.46, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1EDF4 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 237 | 244 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.04 |
| HSL | 202.11º | 0.46% | 0.92% | - |
| HSV(B) | 202.11º | 0.08% | 0.96% | - |
| XYZ | 77.66 | 83.11 | 97.54 | - |
| YUV | 234.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 244 | 0.08 | 0.03 | 0 | 0.04 | 202.11 | 0.46 | 0.92 |
| Hex | E1 | ED | F4 | 8 | 3 | 0 | 4 | CA | 2E | 5C |
| Octal | 341 | 355 | 364 | 10 | 3 | 0 | 4 | 312 | 56 | 134 |
| Binary | 11100001 | 11101101 | 11110100 | 1000 | 11 | 0 | 100 | 11001010 | 101110 | 1011100 |
Color Harmonies of #E1EDF4
Complementary color
Monochromatic Colors of #E1EDF4
Black with #E1EDF4
Text Example
Text Example
White with #E1EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDF4; }
p { color: rgb(225,237,244); }
H1.HeaderClassName
{
color: #E1EDF4;
}
.AnyTagClassName
{
color: #E1EDF4;
}
</style>
background-color css
<style>
a { background-color: #E1EDF4; }
a { background-color: rgb(225,237,244); }
div.DivClassName
{
background-color: #E1EDF4;
}
.BgClassName
{
background-color: #E1EDF4;
}
</style>
border-color css
<style>
span { border-color: #E1EDF4; }
span { border-color: rgb(225,237,244); }
td.TdClassName
{
border-color: #E1EDF4;
}
.TagClassName
{
border-color: #E1EDF4;
}
</style>