Html Css Color HEX #E1EAF0 Pattens Blue

📋 copy color: '#E1EAF0'

red 225 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #E1EAF0

Tints of Pattens Blue #E1EAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.33%

R = 32.19%
G = 33.48%
B = 34.33%

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

#E1EAF0 (or 0xE1EAF0) is known color: Pattens Blue. HEX triplet: E1, EA and F0. RGB value is (225,234,240). Sum of RGB (Red+Green+Blue) = 225+234+240=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAF0 is #1E150F. Grayscale: #E7E7E7. Windows color (decimal): -1971472 or 15788769. OLE color: 15788769.

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

Color convert

RGB 225 234 240 -
CMYK 0.06 0.02 0 0.06
HSL 204º 0.33% 0.91% -
HSV(B) 204º 0.06% 0.94% -
XYZ 76.2 81.14 94.08 -
YUV 231.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 225 234 240 0.06 0.02 0 0.06 204 0.33 0.91
Hex E1 EA F0 6 2 0 6 CC 21 5B
Octal 341 352 360 6 2 0 6 314 41 133
Binary 11100001 11101010 11110000 110 10 0 110 11001100 100001 1011011

Color Harmonies of #E1EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EAF0

Black with #E1EAF0

Text Example


Text Example

White with #E1EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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