#EDE7ED

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

Shades of Selago #EDE7ED

Tints of Selago #EDE7ED

Color information

#EDE7ED (or 0xEDE7ED) is unknown color: approx Selago. HEX triplet: ED, E7 and ED. RGB value is (237,231,237). Sum of RGB (Red+Green+Blue) = 237+231+237=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7ED is #121812. Grayscale: #E9E9E9. Windows color (decimal): -1185811 or 15591405. OLE color: 15591405.

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

Color convert

RGB237231237-
CMYK00.0300.07
HSL300º14.29%91.76%-
HSV(B)300º2.53%92.94%-
XYZ78.7981.2791.66-
YUV233.48129.99130.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 231 (90.62% from 255) = 32.77%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=33.62%
G=32.77%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723123700.0300.0730014.2991.76
HexEDE7ED030712ce5c
Octal355347355030745416134
Binary111011011110011111101101011011110010110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7ED; }

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

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

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

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

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

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

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

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