Html Css Color HEX #E0EAED Pattens Blue

📋 copy color: '#E0EAED'

red 224 ◦ green 234 ◦ blue 237

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

Shades of Pattens Blue #E0EAED

Tints of Pattens Blue #E0EAED

RGB

 RED value IS 224 (87.89% from 255) = 32.23%

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

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

R = 32.23%
G = 33.67%
B = 34.1%

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

#E0EAED (or 0xE0EAED) is known color: Pattens Blue. HEX triplet: E0, EA and ED. RGB value is (224,234,237). Sum of RGB (Red+Green+Blue) = 224+234+237=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAED is #1F1512. Grayscale: #E7E7E7. Windows color (decimal): -2037011 or 15592160. OLE color: 15592160.

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

Color convert

RGB 224 234 237 -
CMYK 0.05 0.01 0 0.07
HSL 193.85º 0.27% 0.9% -
HSV(B) 193.85º 0.05% 0.93% -
XYZ 75.45 80.81 91.74 -
YUV 231.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 224 234 237 0.05 0.01 0 0.07 193.85 0.27 0.9
Hex E0 EA ED 5 1 0 7 C2 1B 5A
Octal 340 352 355 5 1 0 7 302 33 132
Binary 11100000 11101010 11101101 101 1 0 111 11000010 11011 1011010

Color Harmonies of #E0EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EAED

Black with #E0EAED

Text Example


Text Example

White with #E0EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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