Html Css Color HEX #E2ECF0 Pattens Blue

📋 copy color: '#E2ECF0'

red 226 ◦ green 236 ◦ blue 240

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

Shades of Pattens Blue #E2ECF0

Tints of Pattens Blue #E2ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.62%

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

R = 32.19%
G = 33.62%
B = 34.19%

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

#E2ECF0 (or 0xE2ECF0) is known color: Pattens Blue. HEX triplet: E2, EC and F0. RGB value is (226,236,240). Sum of RGB (Red+Green+Blue) = 226+236+240=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2ECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECF0 is #1D130F. Grayscale: #E9E9E9. Windows color (decimal): -1905424 or 15789282. OLE color: 15789282.

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

Color convert

RGB 226 236 240 -
CMYK 0.06 0.02 0 0.06
HSL 197.14º 0.32% 0.91% -
HSV(B) 197.14º 0.06% 0.94% -
XYZ 77.09 82.45 94.29 -
YUV 233.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 226 236 240 0.06 0.02 0 0.06 197.14 0.32 0.91
Hex E2 EC F0 6 2 0 6 C5 20 5B
Octal 342 354 360 6 2 0 6 305 40 133
Binary 11100010 11101100 11110000 110 10 0 110 11000101 100000 1011011

Color Harmonies of #E2ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ECF0

Black with #E2ECF0

Text Example


Text Example

White with #E2ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ECF0; }

 p { color: rgb(226,236,240); }

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

background-color css

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

 a { background-color: rgb(226,236,240); }

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

border-color css

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

 span { border-color: rgb(226,236,240); }

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