#E0EBEE

Color #E0EBEE Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #E0EBEE

Tints of Pattens Blue #E0EBEE

Color information

#E0EBEE (or 0xE0EBEE) is unknown color: approx Pattens Blue. HEX triplet: E0, EB and EE. RGB value is (224,235,238). Sum of RGB (Red+Green+Blue) = 224+235+238=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBEE is #1F1411. Grayscale: #E8E8E8. Windows color (decimal): -2036754 or 15657952. OLE color: 15657952.

HSL color Cylindrical-coordinate representation of color #E0EBEE: hue angle of 192.86º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0EBEE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224235238-
CMYK0.060.0100.07
HSL192.86º29.17%90.59%-
HSV(B)192.86º5.88%93.33%-
XYZ75.8881.4492.61-
YUV232.05131.36122.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=32.14%
G=33.72%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242352380.060.0100.07192.8629.1790.59
HexE0EBEE6107c11d5b
Octal340353356610730135133
Binary1110000011101011111011101101011111000001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBEE; }

 p { color: rgb(224,235,238); }

 H1.HeaderClassName
 {
   color: #E0EBEE;
 }
 .AnyTagClassName
 {
   color: #E0EBEE;
 }
</style>
background-color css

<style>
 a { background-color: #E0EBEE; }

 a { background-color: rgb(224,235,238); }

 div.DivClassName
 {
   background-color: #E0EBEE;
 }
 .BgClassName
 {
   background-color: #E0EBEE;
 }
</style>
border-color css

<style>
 span { border-color: #E0EBEE; }

 span { border-color: rgb(224,235,238); }

 td.TdClassName
 {
   border-color: #E0EBEE;
 }
 .TagClassName
 {
   border-color: #E0EBEE;
 }
</style>