#EDE3EF

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

Shades of Selago #EDE3EF

Tints of Selago #EDE3EF

Color information

#EDE3EF (or 0xEDE3EF) is unknown color: approx Selago. HEX triplet: ED, E3 and EF. RGB value is (237,227,239). Sum of RGB (Red+Green+Blue) = 237+227+239=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3EF is #121C10. Grayscale: #E7E7E7. Windows color (decimal): -1186833 or 15721453. OLE color: 15721453.

HSL color Cylindrical-coordinate representation of color #EDE3EF: hue angle of 290º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE3EF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237227239-
CMYK0.010.0500.06
HSL290º27.27%91.37%-
HSV(B)290º5.02%93.73%-
XYZ77.9779.1792.83-
YUV231.36132.31132.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 227 (89.06% from 255) = 32.29%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=33.71%
G=32.29%
B=34.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372272390.010.0500.0629027.2791.37
HexEDE3EF15061221b5b
Octal355343357150644233133
Binary11101101111000111110111111010110100100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3EF; }

 p { color: rgb(237,227,239); }

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

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

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

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

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

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

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