#ECD9EE

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

Shades of Selago #ECD9EE

Tints of Selago #ECD9EE

Color information

#ECD9EE (or 0xECD9EE) is unknown color: approx Selago. HEX triplet: EC, D9 and EE. RGB value is (236,217,238). Sum of RGB (Red+Green+Blue) = 236+217+238=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9EE is #132611. Grayscale: #E1E1E1. Windows color (decimal): -1254930 or 15653356. OLE color: 15653356.

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

Color convert

RGB236217238-
CMYK0.010.0900.07
HSL294.29º38.18%89.22%-
HSV(B)294.29º8.82%93.33%-
XYZ74.8473.6391.16-
YUV225.08135.29135.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=34.15%
G=31.40%
B=34.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362172380.010.0900.07294.2938.1889.22
HexECD9EE19071262659
Octal3543313561110744646131
Binary1110110011011001111011101100101111001001101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9EE; }

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

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

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

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

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

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

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

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