Html Css Color HEX #E1EDF5 Pattens Blue

📋 copy color: '#E1EDF5'

red 225 ◦ green 237 ◦ blue 245

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

Shades of Pattens Blue #E1EDF5

Tints of Pattens Blue #E1EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.52%

 BLUE value IS 245 (96.09% from 255) = 34.65%

R = 31.82%
G = 33.52%
B = 34.65%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1EDF5 (or 0xE1EDF5) is known color: Pattens Blue. HEX triplet: E1, ED and F5. RGB value is (225,237,245). Sum of RGB (Red+Green+Blue) = 225+237+245=707 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.82% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1EDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDF5 is #1E120A. Grayscale: #EAEAEA. Windows color (decimal): -1970699 or 16117217. OLE color: 16117217.

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

Color convert

RGB 225 237 245 -
CMYK 0.08 0.03 0 0.04
HSL 204º 0.5% 0.92% -
HSV(B) 204º 0.08% 0.96% -
XYZ 77.82 83.17 98.34 -
YUV 234.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 225 237 245 0.08 0.03 0 0.04 204 0.5 0.92
Hex E1 ED F5 8 3 0 4 CC 32 5C
Octal 341 355 365 10 3 0 4 314 62 134
Binary 11100001 11101101 11110101 1000 11 0 100 11001100 110010 1011100

Color Harmonies of #E1EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EDF5

Black with #E1EDF5

Text Example


Text Example

White with #E1EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EDF5; }

 p { color: rgb(225,237,245); }

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

background-color css

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

 a { background-color: rgb(225,237,245); }

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

border-color css

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

 span { border-color: rgb(225,237,245); }

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