#EDD9EF

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

Shades of Selago #EDD9EF

Tints of Selago #EDD9EF

Color information

#EDD9EF (or 0xEDD9EF) is unknown color: approx Selago. HEX triplet: ED, D9 and EF. RGB value is (237,217,239). Sum of RGB (Red+Green+Blue) = 237+217+239=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EF is #122610. Grayscale: #E1E1E1. Windows color (decimal): -1189393 or 15718893. OLE color: 15718893.

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

Color convert

RGB237217239-
CMYK0.010.0900.06
HSL294.55º40.74%89.41%-
HSV(B)294.55º9.21%93.73%-
XYZ75.3273.8691.95-
YUV225.49135.63136.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 217 (85.16% from 255) = 31.31%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=34.20%
G=31.31%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372172390.010.0900.06294.5540.7489.41
HexEDD9EF19061272959
Octal3553313571110644751131
Binary1110110111011001111011111100101101001001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9EF; }

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

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

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

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

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

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

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

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