#EDEAED

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

Shades of Selago #EDEAED

Tints of Selago #EDEAED

Color information

#EDEAED (or 0xEDEAED) is unknown color: approx Selago. HEX triplet: ED, EA and ED. RGB value is (237,234,237). Sum of RGB (Red+Green+Blue) = 237+234+237=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAED is #121512. Grayscale: #EBEBEB. Windows color (decimal): -1185043 or 15592173. OLE color: 15592173.

HSL color Cylindrical-coordinate representation of color #EDEAED: hue angle of 300º 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 #EDEAED is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237234237-
CMYK00.0100.07
HSL300º7.69%92.35%-
HSV(B)300º1.27%92.94%-
XYZ79.6382.9691.94-
YUV235.24128.99129.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 237 (92.97% from 255) = 33.47%
R=33.47%
G=33.05%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723423700.0100.073007.6992.35
HexEDEAED010712c85c
Octal355352355010745410134
Binary11101101111010101110110101011110010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAED; }

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

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

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

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

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

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

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

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