Html Css Color HEX #E2EAEE Pattens Blue

📋 copy color: '#E2EAEE'

red 226 ◦ green 234 ◦ blue 238

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

Shades of Pattens Blue #E2EAEE

Tints of Pattens Blue #E2EAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.1%

R = 32.38%
G = 33.52%
B = 34.1%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2EAEE (or 0xE2EAEE) is known color: Pattens Blue. HEX triplet: E2, EA and EE. RGB value is (226,234,238). Sum of RGB (Red+Green+Blue) = 226+234+238=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAEE is #1D1511. Grayscale: #E8E8E8. Windows color (decimal): -1905938 or 15657698. OLE color: 15657698.

HSL color Cylindrical-coordinate representation of color #E2EAEE: hue angle of 200º degrees, saturation: 0.26, 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 #E2EAEE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 234 238 -
CMYK 0.05 0.02 0 0.07
HSL 200º 0.26% 0.91% -
HSV(B) 200º 0.05% 0.93% -
XYZ 76.22 81.19 92.54 -
YUV 232.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 226 234 238 0.05 0.02 0 0.07 200 0.26 0.91
Hex E2 EA EE 5 2 0 7 C8 1A 5B
Octal 342 352 356 5 2 0 7 310 32 133
Binary 11100010 11101010 11101110 101 10 0 111 11001000 11010 1011011

Color Harmonies of #E2EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EAEE

Black with #E2EAEE

Text Example


Text Example

White with #E2EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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