Html Css Color HEX #E5E8EA Pattens Blue

📋 copy color: '#E5E8EA'

red 229 ◦ green 232 ◦ blue 234

#E5E8EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #E5E8EA

Tints of Pattens Blue #E5E8EA

RGB

 RED value IS 229 (89.84% from 255) = 32.95%

 GREEN value IS 232 (91.02% from 255) = 33.38%

 BLUE value IS 234 (91.8% from 255) = 33.67%

R = 32.95%
G = 33.38%
B = 33.67%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5E8EA (or 0xE5E8EA) is known color: Pattens Blue. HEX triplet: E5, E8 and EA. RGB value is (229,232,234). Sum of RGB (Red+Green+Blue) = 229+232+234=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E8EA is #1A1715. Grayscale: #E7E7E7. Windows color (decimal): -1709846 or 15395045. OLE color: 15395045.

HSL color Cylindrical-coordinate representation of color #E5E8EA: hue angle of 204º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E8EA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 232 234 -
CMYK 0.02 0.01 0 0.08
HSL 204º 0.11% 0.91% -
HSV(B) 204º 0.02% 0.92% -
XYZ 76.02 80.31 89.34 -
YUV 231.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 229 232 234 0.02 0.01 0 0.08 204 0.11 0.91
Hex E5 E8 EA 2 1 0 8 CC B 5B
Octal 345 350 352 2 1 0 10 314 13 133
Binary 11100101 11101000 11101010 10 1 0 1000 11001100 1011 1011011

Color Harmonies of #E5E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E8EA

Black with #E5E8EA

Text Example


Text Example

White with #E5E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E8EA; }

 p { color: rgb(229,232,234); }

 H1.HeaderClassName
 {
   color: #E5E8EA;
 }
 .AnyTagClassName
 {
   color: #E5E8EA;
 }
</style>

background-color css

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

 a { background-color: rgb(229,232,234); }

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

border-color css

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

 span { border-color: rgb(229,232,234); }

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