Html Css Color HEX #E5EAEC Pattens Blue

📋 copy color: '#E5EAEC'

red 229 ◦ green 234 ◦ blue 236

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

Shades of Pattens Blue #E5EAEC

Tints of Pattens Blue #E5EAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.48%

 BLUE value IS 236 (92.58% from 255) = 33.76%

R = 32.76%
G = 33.48%
B = 33.76%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5EAEC (or 0xE5EAEC) is known color: Pattens Blue. HEX triplet: E5, EA and EC. RGB value is (229,234,236). Sum of RGB (Red+Green+Blue) = 229+234+236=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAEC is #1A1513. Grayscale: #E8E8E8. Windows color (decimal): -1709332 or 15526629. OLE color: 15526629.

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

Color convert

RGB 229 234 236 -
CMYK 0.03 0.01 0 0.07
HSL 197.14º 0.16% 0.91% -
HSV(B) 197.14º 0.03% 0.93% -
XYZ 76.88 81.56 91.05 -
YUV 232.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 229 234 236 0.03 0.01 0 0.07 197.14 0.16 0.91
Hex E5 EA EC 3 1 0 7 C5 10 5B
Octal 345 352 354 3 1 0 7 305 20 133
Binary 11100101 11101010 11101100 11 1 0 111 11000101 10000 1011011

Color Harmonies of #E5EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EAEC

Black with #E5EAEC

Text Example


Text Example

White with #E5EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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