Shades of Pattens Blue #E5EEF3
Tints of Pattens Blue #E5EEF3
RGB
CMYK
RGB Variations
Color information
#E5EEF3 (or 0xE5EEF3) is known color: Pattens Blue. HEX triplet: E5, EE and F3. RGB value is (229,238,243). Sum of RGB (Red+Green+Blue) = 229+238+243=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEF3 is #1A110C. Grayscale: #EBEBEB. Windows color (decimal): -1708301 or 15986405. OLE color: 15986405.
HSL color Cylindrical-coordinate representation of color #E5EEF3: hue angle of 201.43º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5EEF3 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 238 | 243 | - |
CMYK | 0.06 | 0.02 | 0 | 0.05 |
HSL | 201.43º | 0.37% | 0.93% | - |
HSV(B) | 201.43º | 0.06% | 0.95% | - |
XYZ | 79.07 | 84.28 | 96.89 | - |
YUV | 235.88 | 132.02 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 238 | 243 | 0.06 | 0.02 | 0 | 0.05 | 201.43 | 0.37 | 0.93 |
Hex | E5 | EE | F3 | 6 | 2 | 0 | 5 | C9 | 25 | 5D |
Octal | 345 | 356 | 363 | 6 | 2 | 0 | 5 | 311 | 45 | 135 |
Binary | 11100101 | 11101110 | 11110011 | 110 | 10 | 0 | 101 | 11001001 | 100101 | 1011101 |
Color Harmonies of #E5EEF3
Complementary color
Monochromatic Colors of #E5EEF3
Black with #E5EEF3
Text Example
Text Example
White with #E5EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEF3; }
p { color: rgb(229,238,243); }
H1.HeaderClassName
{
color: #E5EEF3;
}
.AnyTagClassName
{
color: #E5EEF3;
}
</style>
background-color css
<style>
a { background-color: #E5EEF3; }
a { background-color: rgb(229,238,243); }
div.DivClassName
{
background-color: #E5EEF3;
}
.BgClassName
{
background-color: #E5EEF3;
}
</style>
border-color css
<style>
span { border-color: #E5EEF3; }
span { border-color: rgb(229,238,243); }
td.TdClassName
{
border-color: #E5EEF3;
}
.TagClassName
{
border-color: #E5EEF3;
}
</style>