Shades of Pattens Blue #E6EDF1
Tints of Pattens Blue #E6EDF1
RGB
CMYK
RGB Variations
Color information
#E6EDF1 (or 0xE6EDF1) is known color: Pattens Blue. HEX triplet: E6, ED and F1. RGB value is (230,237,241). Sum of RGB (Red+Green+Blue) = 230+237+241=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF1 is #19120E. Grayscale: #EBEBEB. Windows color (decimal): -1643023 or 15855078. OLE color: 15855078.
HSL color Cylindrical-coordinate representation of color #E6EDF1: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EDF1 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 237 | 241 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.05 |
| HSL | 201.82º | 0.28% | 0.92% | - |
| HSV(B) | 201.82º | 0.05% | 0.95% | - |
| XYZ | 78.79 | 83.74 | 95.23 | - |
| YUV | 235.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 241 | 0.05 | 0.02 | 0 | 0.05 | 201.82 | 0.28 | 0.92 |
| Hex | E6 | ED | F1 | 5 | 2 | 0 | 5 | CA | 1C | 5C |
| Octal | 346 | 355 | 361 | 5 | 2 | 0 | 5 | 312 | 34 | 134 |
| Binary | 11100110 | 11101101 | 11110001 | 101 | 10 | 0 | 101 | 11001010 | 11100 | 1011100 |
Color Harmonies of #E6EDF1
Complementary color
Monochromatic Colors of #E6EDF1
Black with #E6EDF1
Text Example
Text Example
White with #E6EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDF1; }
p { color: rgb(230,237,241); }
H1.HeaderClassName
{
color: #E6EDF1;
}
.AnyTagClassName
{
color: #E6EDF1;
}
</style>
background-color css
<style>
a { background-color: #E6EDF1; }
a { background-color: rgb(230,237,241); }
div.DivClassName
{
background-color: #E6EDF1;
}
.BgClassName
{
background-color: #E6EDF1;
}
</style>
border-color css
<style>
span { border-color: #E6EDF1; }
span { border-color: rgb(230,237,241); }
td.TdClassName
{
border-color: #E6EDF1;
}
.TagClassName
{
border-color: #E6EDF1;
}
</style>