#ECD9EF

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

Shades of Selago #ECD9EF

Tints of Selago #ECD9EF

Color information

#ECD9EF (or 0xECD9EF) is unknown color: approx Selago. HEX triplet: EC, D9 and EF. RGB value is (236,217,239). Sum of RGB (Red+Green+Blue) = 236+217+239=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9EF is #132610. Grayscale: #E1E1E1. Windows color (decimal): -1254929 or 15718892. OLE color: 15718892.

HSL color Cylindrical-coordinate representation of color #ECD9EF: hue angle of 291.82º 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 #ECD9EF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236217239-
CMYK0.010.0900.06
HSL291.82º40.74%89.41%-
HSV(B)291.82º9.21%93.73%-
XYZ74.9873.6991.93-
YUV225.19135.79135.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=34.10%
G=31.36%
B=34.54%

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
Decimal2362172390.010.0900.06291.8240.7489.41
HexECD9EF19061242959
Octal3543313571110644451131
Binary1110110011011001111011111100101101001001001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9EF; }

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

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

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

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

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

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

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

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