Html Css Color HEX #E8EEF0 Pattens Blue

📋 copy color: '#E8EEF0'

red 232 ◦ green 238 ◦ blue 240

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

Shades of Pattens Blue #E8EEF0

Tints of Pattens Blue #E8EEF0

RGB

 RED value IS 232 (91.02% from 255) = 32.68%

 GREEN value IS 238 (93.36% from 255) = 33.52%

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

R = 32.68%
G = 33.52%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8EEF0 (or 0xE8EEF0) is known color: Pattens Blue. HEX triplet: E8, EE and F0. RGB value is (232,238,240). Sum of RGB (Red+Green+Blue) = 232+238+240=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EEF0 is #17110F. Grayscale: #ECECEC. Windows color (decimal): -1511696 or 15789800. OLE color: 15789800.

HSL color Cylindrical-coordinate representation of color #E8EEF0: hue angle of 195º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EEF0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 238 240 -
CMYK 0.03 0.01 0 0.06
HSL 195º 0.21% 0.93% -
HSV(B) 195º 0.03% 0.94% -
XYZ 79.58 84.6 94.57 -
YUV 236.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 232 238 240 0.03 0.01 0 0.06 195 0.21 0.93
Hex E8 EE F0 3 1 0 6 C3 15 5D
Octal 350 356 360 3 1 0 6 303 25 135
Binary 11101000 11101110 11110000 11 1 0 110 11000011 10101 1011101

Color Harmonies of #E8EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EEF0

Black with #E8EEF0

Text Example


Text Example

White with #E8EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EEF0; }

 p { color: rgb(232,238,240); }

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

background-color css

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

 a { background-color: rgb(232,238,240); }

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

border-color css

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

 span { border-color: rgb(232,238,240); }

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