#ECDAED

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

Shades of Selago #ECDAED

Tints of Selago #ECDAED

Color information

#ECDAED (or 0xECDAED) is unknown color: approx Selago. HEX triplet: EC, DA and ED. RGB value is (236,218,237). Sum of RGB (Red+Green+Blue) = 236+218+237=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAED is #132512. Grayscale: #E1E1E1. Windows color (decimal): -1254675 or 15588076. OLE color: 15588076.

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

Color convert

RGB236218237-
CMYK0.000.0800.07
HSL296.84º34.55%89.22%-
HSV(B)296.84º8.02%92.94%-
XYZ74.9574.0990.47-
YUV225.55134.46135.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=34.15%
G=31.55%
B=34.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362182370.000.0800.07296.8434.5589.22
HexECDAED08071292359
Octal3543323550100745143131
Binary1110110011011010111011010100001111001010011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAED; }

 p { color: rgb(236,218,237); }

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

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

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

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

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

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

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