#ECD6EF

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

Shades of Selago #ECD6EF

Tints of Selago #ECD6EF

Color information

#ECD6EF (or 0xECD6EF) is unknown color: approx Selago. HEX triplet: EC, D6 and EF. RGB value is (236,214,239). Sum of RGB (Red+Green+Blue) = 236+214+239=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6EF is #132910. Grayscale: #DFDFDF. Windows color (decimal): -1255697 or 15718124. OLE color: 15718124.

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

Color convert

RGB236214239-
CMYK0.010.1000.06
HSL292.8º43.86%88.82%-
HSV(B)292.8º10.46%93.73%-
XYZ74.2272.1691.68-
YUV223.43136.79136.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 214 (83.98% from 255) = 31.06%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=34.25%
G=31.06%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362142390.010.1000.06292.843.8688.82
HexECD6EF1A061252c59
Octal3543263571120644554131
Binary1110110011010110111011111101001101001001011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6EF; }

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

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

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

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

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

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

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

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