#EDE9ED

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

Shades of Selago #EDE9ED

Tints of Selago #EDE9ED

Color information

#EDE9ED (or 0xEDE9ED) is unknown color: approx Selago. HEX triplet: ED, E9 and ED. RGB value is (237,233,237). Sum of RGB (Red+Green+Blue) = 237+233+237=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9ED is #121612. Grayscale: #EAEAEA. Windows color (decimal): -1185299 or 15591917. OLE color: 15591917.

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

Color convert

RGB237233237-
CMYK00.0200.07
HSL300º10%92.16%-
HSV(B)300º1.69%92.94%-
XYZ79.3582.491.84-
YUV234.65129.33129.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 233 (91.41% from 255) = 32.96%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=33.52%
G=32.96%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723323700.0200.073001092.16
HexEDE9ED020712ca5c
Octal355351355020745412134
Binary111011011110100111101101010011110010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9ED; }

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

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

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

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

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

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

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

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