#EDE5ED

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

Shades of Selago #EDE5ED

Tints of Selago #EDE5ED

Color information

#EDE5ED (or 0xEDE5ED) is unknown color: approx Selago. HEX triplet: ED, E5 and ED. RGB value is (237,229,237). Sum of RGB (Red+Green+Blue) = 237+229+237=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5ED is #121A12. Grayscale: #E8E8E8. Windows color (decimal): -1186323 or 15590893. OLE color: 15590893.

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

Color convert

RGB237229237-
CMYK00.0300.07
HSL300º18.18%91.37%-
HSV(B)300º3.38%92.94%-
XYZ78.2380.1691.47-
YUV232.3130.65131.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 229 (89.84% from 255) = 32.57%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=33.71%
G=32.57%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722923700.0300.0730018.1891.37
HexEDE5ED030712c125b
Octal355345355030745422133
Binary1110110111100101111011010110111100101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5ED; }

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

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

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

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

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

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

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

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