#EDE1EF

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

Shades of Selago #EDE1EF

Tints of Selago #EDE1EF

Color information

#EDE1EF (or 0xEDE1EF) is unknown color: approx Selago. HEX triplet: ED, E1 and EF. RGB value is (237,225,239). Sum of RGB (Red+Green+Blue) = 237+225+239=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1EF is #121E10. Grayscale: #E6E6E6. Windows color (decimal): -1187345 or 15720941. OLE color: 15720941.

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

Color convert

RGB237225239-
CMYK0.010.0600.06
HSL291.43º30.43%90.98%-
HSV(B)291.43º5.86%93.73%-
XYZ77.4378.0992.65-
YUV230.18132.98132.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=33.81%
G=32.10%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372252390.010.0600.06291.4330.4390.98
HexEDE1EF16061231e5b
Octal355341357160644336133
Binary11101101111000011110111111100110100100011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1EF; }

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

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

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

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

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

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

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

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