Shades of Pattens Blue #E0EDF6
Tints of Pattens Blue #E0EDF6
RGB
CMYK
RGB Variations
Color information
#E0EDF6 (or 0xE0EDF6) is known color: Pattens Blue. HEX triplet: E0, ED and F6. RGB value is (224,237,246). Sum of RGB (Red+Green+Blue) = 224+237+246=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDF6 is #1F1209. Grayscale: #EAEAEA. Windows color (decimal): -2036234 or 16182752. OLE color: 16182752.
HSL color Cylindrical-coordinate representation of color #E0EDF6: hue angle of 204.55º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0EDF6 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 237 | 246 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.04 |
| HSL | 204.55º | 0.55% | 0.92% | - |
| HSV(B) | 204.55º | 0.09% | 0.96% | - |
| XYZ | 77.66 | 83.07 | 99.13 | - |
| YUV | 234.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 246 | 0.09 | 0.04 | 0 | 0.04 | 204.55 | 0.55 | 0.92 |
| Hex | E0 | ED | F6 | 9 | 4 | 0 | 4 | CD | 37 | 5C |
| Octal | 340 | 355 | 366 | 11 | 4 | 0 | 4 | 315 | 67 | 134 |
| Binary | 11100000 | 11101101 | 11110110 | 1001 | 100 | 0 | 100 | 11001101 | 110111 | 1011100 |
Color Harmonies of #E0EDF6
Complementary color
Monochromatic Colors of #E0EDF6
Black with #E0EDF6
Text Example
Text Example
White with #E0EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDF6; }
p { color: rgb(224,237,246); }
H1.HeaderClassName
{
color: #E0EDF6;
}
.AnyTagClassName
{
color: #E0EDF6;
}
</style>
background-color css
<style>
a { background-color: #E0EDF6; }
a { background-color: rgb(224,237,246); }
div.DivClassName
{
background-color: #E0EDF6;
}
.BgClassName
{
background-color: #E0EDF6;
}
</style>
border-color css
<style>
span { border-color: #E0EDF6; }
span { border-color: rgb(224,237,246); }
td.TdClassName
{
border-color: #E0EDF6;
}
.TagClassName
{
border-color: #E0EDF6;
}
</style>