Html Css Color HEX #E1EAEF Pattens Blue

📋 copy color: '#E1EAEF'

red 225 ◦ green 234 ◦ blue 239

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

Shades of Pattens Blue #E1EAEF

Tints of Pattens Blue #E1EAEF

RGB

 RED value IS 225 (88.28% from 255) = 32.23%

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

 BLUE value IS 239 (93.75% from 255) = 34.24%

R = 32.23%
G = 33.52%
B = 34.24%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1EAEF (or 0xE1EAEF) is known color: Pattens Blue. HEX triplet: E1, EA and EF. RGB value is (225,234,239). Sum of RGB (Red+Green+Blue) = 225+234+239=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEF is #1E1510. Grayscale: #E7E7E7. Windows color (decimal): -1971473 or 15723233. OLE color: 15723233.

HSL color Cylindrical-coordinate representation of color #E1EAEF: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1EAEF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 234 239 -
CMYK 0.06 0.02 0 0.06
HSL 201.43º 0.3% 0.91% -
HSV(B) 201.43º 0.06% 0.94% -
XYZ 76.05 81.09 93.3 -
YUV 231.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 225 234 239 0.06 0.02 0 0.06 201.43 0.3 0.91
Hex E1 EA EF 6 2 0 6 C9 1E 5B
Octal 341 352 357 6 2 0 6 311 36 133
Binary 11100001 11101010 11101111 110 10 0 110 11001001 11110 1011011

Color Harmonies of #E1EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EAEF

Black with #E1EAEF

Text Example


Text Example

White with #E1EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EAEF; }

 p { color: rgb(225,234,239); }

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

background-color css

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

 a { background-color: rgb(225,234,239); }

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

border-color css

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

 span { border-color: rgb(225,234,239); }

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