Html Css Color HEX #E2EAED Pattens Blue

📋 copy color: '#E2EAED'

red 226 ◦ green 234 ◦ blue 237

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

Shades of Pattens Blue #E2EAED

Tints of Pattens Blue #E2EAED

RGB

 RED value IS 226 (88.67% from 255) = 32.42%

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

 BLUE value IS 237 (92.97% from 255) = 34%

R = 32.42%
G = 33.57%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2EAED (or 0xE2EAED) is known color: Pattens Blue. HEX triplet: E2, EA and ED. RGB value is (226,234,237). Sum of RGB (Red+Green+Blue) = 226+234+237=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAED is #1D1512. Grayscale: #E7E7E7. Windows color (decimal): -1905939 or 15592162. OLE color: 15592162.

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

Color convert

RGB 226 234 237 -
CMYK 0.05 0.01 0 0.07
HSL 196.36º 0.23% 0.91% -
HSV(B) 196.36º 0.05% 0.93% -
XYZ 76.07 81.13 91.77 -
YUV 231.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 226 234 237 0.05 0.01 0 0.07 196.36 0.23 0.91
Hex E2 EA ED 5 1 0 7 C4 17 5B
Octal 342 352 355 5 1 0 7 304 27 133
Binary 11100010 11101010 11101101 101 1 0 111 11000100 10111 1011011

Color Harmonies of #E2EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EAED

Black with #E2EAED

Text Example


Text Example

White with #E2EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EAED; }

 p { color: rgb(226,234,237); }

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

background-color css

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

 a { background-color: rgb(226,234,237); }

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

border-color css

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

 span { border-color: rgb(226,234,237); }

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