Html Css Color HEX #E0EAEE Pattens Blue

📋 copy color: '#E0EAEE'

red 224 ◦ green 234 ◦ blue 238

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

Shades of Pattens Blue #E0EAEE

Tints of Pattens Blue #E0EAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.62%

 BLUE value IS 238 (93.36% from 255) = 34.2%

R = 32.18%
G = 33.62%
B = 34.2%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0EAEE (or 0xE0EAEE) is known color: Pattens Blue. HEX triplet: E0, EA and EE. RGB value is (224,234,238). Sum of RGB (Red+Green+Blue) = 224+234+238=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAEE is #1F1511. Grayscale: #E7E7E7. Windows color (decimal): -2037010 or 15657696. OLE color: 15657696.

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

Color convert

RGB 224 234 238 -
CMYK 0.06 0.02 0 0.07
HSL 197.14º 0.29% 0.91% -
HSV(B) 197.14º 0.06% 0.93% -
XYZ 75.6 80.87 92.51 -
YUV 231.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 224 234 238 0.06 0.02 0 0.07 197.14 0.29 0.91
Hex E0 EA EE 6 2 0 7 C5 1D 5B
Octal 340 352 356 6 2 0 7 305 35 133
Binary 11100000 11101010 11101110 110 10 0 111 11000101 11101 1011011

Color Harmonies of #E0EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EAEE

Black with #E0EAEE

Text Example


Text Example

White with #E0EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EAEE; }

 p { color: rgb(224,234,238); }

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

background-color css

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

 a { background-color: rgb(224,234,238); }

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

border-color css

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

 span { border-color: rgb(224,234,238); }

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