#ECDCEF

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

Shades of Selago #ECDCEF

Tints of Selago #ECDCEF

Color information

#ECDCEF (or 0xECDCEF) is unknown color: approx Selago. HEX triplet: EC, DC and EF. RGB value is (236,220,239). Sum of RGB (Red+Green+Blue) = 236+220+239=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCEF is #132310. Grayscale: #E2E2E2. Windows color (decimal): -1254161 or 15719660. OLE color: 15719660.

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

Color convert

RGB236220239-
CMYK0.010.0800.06
HSL290.53º37.25%90%-
HSV(B)290.53º7.95%93.73%-
XYZ75.7775.2592.19-
YUV226.95134.8134.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=33.96%
G=31.65%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362202390.010.0800.06290.5337.2590
HexECDCEF1806123255a
Octal3543343571100644345132
Binary1110110011011100111011111100001101001000111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCEF; }

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

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

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

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

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

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

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

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