Html Css Color HEX #E0ECF1 Pattens Blue

📋 copy color: '#E0ECF1'

red 224 ◦ green 236 ◦ blue 241

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

Shades of Pattens Blue #E0ECF1

Tints of Pattens Blue #E0ECF1

RGB

 RED value IS 224 (87.89% from 255) = 31.95%

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

 BLUE value IS 241 (94.53% from 255) = 34.38%

R = 31.95%
G = 33.67%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0ECF1 (or 0xE0ECF1) is known color: Pattens Blue. HEX triplet: E0, EC and F1. RGB value is (224,236,241). Sum of RGB (Red+Green+Blue) = 224+236+241=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECF1 is #1F130E. Grayscale: #E8E8E8. Windows color (decimal): -2036495 or 15854816. OLE color: 15854816.

HSL color Cylindrical-coordinate representation of color #E0ECF1: hue angle of 197.65º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0ECF1 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 236 241 -
CMYK 0.07 0.02 0 0.05
HSL 197.65º 0.38% 0.91% -
HSV(B) 197.65º 0.07% 0.95% -
XYZ 76.61 82.19 95.05 -
YUV 232.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 224 236 241 0.07 0.02 0 0.05 197.65 0.38 0.91
Hex E0 EC F1 7 2 0 5 C6 26 5B
Octal 340 354 361 7 2 0 5 306 46 133
Binary 11100000 11101100 11110001 111 10 0 101 11000110 100110 1011011

Color Harmonies of #E0ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ECF1

Black with #E0ECF1

Text Example


Text Example

White with #E0ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ECF1; }

 p { color: rgb(224,236,241); }

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

background-color css

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

 a { background-color: rgb(224,236,241); }

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

border-color css

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

 span { border-color: rgb(224,236,241); }

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