#EAECED

Color #EAECED Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #EAECED

Tints of Pattens Blue #EAECED

Color information

#EAECED (or 0xEAECED) is unknown color: approx Pattens Blue. HEX triplet: EA, EC and ED. RGB value is (234,236,237). Sum of RGB (Red+Green+Blue) = 234+236+237=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECED is #151312. Grayscale: #EBEBEB. Windows color (decimal): -1381139 or 15592682. OLE color: 15592682.

HSL color Cylindrical-coordinate representation of color #EAECED: hue angle of 200º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAECED is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234236237-
CMYK0.010.0000.07
HSL200º7.69%92.35%-
HSV(B)200º1.27%92.94%-
XYZ79.2183.692.08-
YUV235.52128.84126.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=33.10%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362370.010.0000.072007.6992.35
HexEAECED1007c885c
Octal352354355100731010134
Binary1110101011101100111011011001111100100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECED; }

 p { color: rgb(234,236,237); }

 H1.HeaderClassName
 {
   color: #EAECED;
 }
 .AnyTagClassName
 {
   color: #EAECED;
 }
</style>
background-color css

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

 a { background-color: rgb(234,236,237); }

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

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

 span { border-color: rgb(234,236,237); }

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