#EDE3ED

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

Shades of Selago #EDE3ED

Tints of Selago #EDE3ED

Color information

#EDE3ED (or 0xEDE3ED) is unknown color: approx Selago. HEX triplet: ED, E3 and ED. RGB value is (237,227,237). Sum of RGB (Red+Green+Blue) = 237+227+237=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3ED is #121C12. Grayscale: #E7E7E7. Windows color (decimal): -1186835 or 15590381. OLE color: 15590381.

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

Color convert

RGB237227237-
CMYK00.0400.07
HSL300º21.74%90.98%-
HSV(B)300º4.22%92.94%-
XYZ77.6879.0691.29-
YUV231.13131.31132.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 227 (89.06% from 255) = 32.38%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=33.81%
G=32.38%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722723700.0400.0730021.7490.98
HexEDE3ED040712c165b
Octal355343355040745426133
Binary11101101111000111110110101000111100101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3ED; }

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

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

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

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

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

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

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

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