Html Css Color HEX #EAEDEE Pattens Blue

📋 copy color: '#EAEDEE'

red 234 ◦ green 237 ◦ blue 238

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

Shades of Pattens Blue #EAEDEE

Tints of Pattens Blue #EAEDEE

RGB

 RED value IS 234 (91.8% from 255) = 33%

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

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

R = 33%
G = 33.43%
B = 33.57%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAEDEE (or 0xEAEDEE) is known color: Pattens Blue. HEX triplet: EA, ED and EE. RGB value is (234,237,238). Sum of RGB (Red+Green+Blue) = 234+237+238=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDEE is #151211. Grayscale: #ECECEC. Windows color (decimal): -1380882 or 15658474. OLE color: 15658474.

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

Color convert

RGB 234 237 238 -
CMYK 0.02 0.00 0 0.07
HSL 195º 0.11% 0.93% -
HSV(B) 195º 0.02% 0.93% -
XYZ 79.65 84.23 92.95 -
YUV 236.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 234 237 238 0.02 0.00 0 0.07 195 0.11 0.93
Hex EA ED EE 2 0 0 7 C3 B 5D
Octal 352 355 356 2 0 0 7 303 13 135
Binary 11101010 11101101 11101110 10 0 0 111 11000011 1011 1011101

Color Harmonies of #EAEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDEE

Black with #EAEDEE

Text Example


Text Example

White with #EAEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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