Shades of Pattens Blue #E0EDF0
Tints of Pattens Blue #E0EDF0
RGB
CMYK
RGB Variations
Color information
#E0EDF0 (or 0xE0EDF0) is known color: Pattens Blue. HEX triplet: E0, ED and F0. RGB value is (224,237,240). Sum of RGB (Red+Green+Blue) = 224+237+240=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0EDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDF0 is #1F120F. Grayscale: #E9E9E9. Windows color (decimal): -2036240 or 15789536. OLE color: 15789536.
HSL color Cylindrical-coordinate representation of color #E0EDF0: hue angle of 191.25º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0EDF0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 237 | 240 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.06 |
| HSL | 191.25º | 0.35% | 0.91% | - |
| HSV(B) | 191.25º | 0.07% | 0.94% | - |
| XYZ | 76.75 | 82.71 | 94.36 | - |
| YUV | 233.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 240 | 0.07 | 0.01 | 0 | 0.06 | 191.25 | 0.35 | 0.91 |
| Hex | E0 | ED | F0 | 7 | 1 | 0 | 6 | BF | 23 | 5B |
| Octal | 340 | 355 | 360 | 7 | 1 | 0 | 6 | 277 | 43 | 133 |
| Binary | 11100000 | 11101101 | 11110000 | 111 | 1 | 0 | 110 | 10111111 | 100011 | 1011011 |
Color Harmonies of #E0EDF0
Complementary color
Monochromatic Colors of #E0EDF0
Black with #E0EDF0
Text Example
Text Example
White with #E0EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDF0; }
p { color: rgb(224,237,240); }
H1.HeaderClassName
{
color: #E0EDF0;
}
.AnyTagClassName
{
color: #E0EDF0;
}
</style>
background-color css
<style>
a { background-color: #E0EDF0; }
a { background-color: rgb(224,237,240); }
div.DivClassName
{
background-color: #E0EDF0;
}
.BgClassName
{
background-color: #E0EDF0;
}
</style>
border-color css
<style>
span { border-color: #E0EDF0; }
span { border-color: rgb(224,237,240); }
td.TdClassName
{
border-color: #E0EDF0;
}
.TagClassName
{
border-color: #E0EDF0;
}
</style>