#EDE6ED

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

Shades of Selago #EDE6ED

Tints of Selago #EDE6ED

Color information

#EDE6ED (or 0xEDE6ED) is unknown color: approx Selago. HEX triplet: ED, E6 and ED. RGB value is (237,230,237). Sum of RGB (Red+Green+Blue) = 237+230+237=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6ED is #121912. Grayscale: #E8E8E8. Windows color (decimal): -1186067 or 15591149. OLE color: 15591149.

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

Color convert

RGB237230237-
CMYK00.0300.07
HSL300º16.28%91.57%-
HSV(B)300º2.95%92.94%-
XYZ78.5180.7191.56-
YUV232.89130.32130.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 230 (90.23% from 255) = 32.67%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=33.66%
G=32.67%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723023700.0300.0730016.2891.57
HexEDE6ED030712c105c
Octal355346355030745420134
Binary1110110111100110111011010110111100101100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6ED; }

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

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

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

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

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

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

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

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