Html Css Color HEX #E1E6EA Pattens Blue

📋 copy color: '#E1E6EA'

red 225 ◦ green 230 ◦ blue 234

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

Shades of Pattens Blue #E1E6EA

Tints of Pattens Blue #E1E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.38%

 BLUE value IS 234 (91.8% from 255) = 33.96%

R = 32.66%
G = 33.38%
B = 33.96%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1E6EA (or 0xE1E6EA) is known color: Pattens Blue. HEX triplet: E1, E6 and EA. RGB value is (225,230,234). Sum of RGB (Red+Green+Blue) = 225+230+234=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1E6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6EA is #1E1915. Grayscale: #E4E4E4. Windows color (decimal): -1972502 or 15394529. OLE color: 15394529.

HSL color Cylindrical-coordinate representation of color #E1E6EA: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E6EA is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 230 234 -
CMYK 0.04 0.02 0 0.08
HSL 206.67º 0.18% 0.9% -
HSV(B) 206.67º 0.04% 0.92% -
XYZ 74.2 78.54 89.09 -
YUV 228.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 225 230 234 0.04 0.02 0 0.08 206.67 0.18 0.9
Hex E1 E6 EA 4 2 0 8 CF 12 5A
Octal 341 346 352 4 2 0 10 317 22 132
Binary 11100001 11100110 11101010 100 10 0 1000 11001111 10010 1011010

Color Harmonies of #E1E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6EA

Black with #E1E6EA

Text Example


Text Example

White with #E1E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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