Shades of Pattens Blue #E6EEF1
Tints of Pattens Blue #E6EEF1
RGB
CMYK
RGB Variations
Color information
#E6EEF1 (or 0xE6EEF1) is known color: Pattens Blue. HEX triplet: E6, EE and F1. RGB value is (230,238,241). Sum of RGB (Red+Green+Blue) = 230+238+241=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEF1 is #19110E. Grayscale: #EBEBEB. Windows color (decimal): -1642767 or 15855334. OLE color: 15855334.
HSL color Cylindrical-coordinate representation of color #E6EEF1: hue angle of 196.36º 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 #E6EEF1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 238 | 241 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.05 |
| HSL | 196.36º | 0.28% | 0.92% | - |
| HSV(B) | 196.36º | 0.05% | 0.95% | - |
| XYZ | 79.08 | 84.32 | 95.33 | - |
| YUV | 235.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 241 | 0.05 | 0.01 | 0 | 0.05 | 196.36 | 0.28 | 0.92 |
| Hex | E6 | EE | F1 | 5 | 1 | 0 | 5 | C4 | 1C | 5C |
| Octal | 346 | 356 | 361 | 5 | 1 | 0 | 5 | 304 | 34 | 134 |
| Binary | 11100110 | 11101110 | 11110001 | 101 | 1 | 0 | 101 | 11000100 | 11100 | 1011100 |
Color Harmonies of #E6EEF1
Complementary color
Monochromatic Colors of #E6EEF1
Black with #E6EEF1
Text Example
Text Example
White with #E6EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEF1; }
p { color: rgb(230,238,241); }
H1.HeaderClassName
{
color: #E6EEF1;
}
.AnyTagClassName
{
color: #E6EEF1;
}
</style>
background-color css
<style>
a { background-color: #E6EEF1; }
a { background-color: rgb(230,238,241); }
div.DivClassName
{
background-color: #E6EEF1;
}
.BgClassName
{
background-color: #E6EEF1;
}
</style>
border-color css
<style>
span { border-color: #E6EEF1; }
span { border-color: rgb(230,238,241); }
td.TdClassName
{
border-color: #E6EEF1;
}
.TagClassName
{
border-color: #E6EEF1;
}
</style>