#ECDBEF

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

Shades of Selago #ECDBEF

Tints of Selago #ECDBEF

Color information

#ECDBEF (or 0xECDBEF) is unknown color: approx Selago. HEX triplet: EC, DB and EF. RGB value is (236,219,239). Sum of RGB (Red+Green+Blue) = 236+219+239=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEF is #132410. Grayscale: #E2E2E2. Windows color (decimal): -1254417 or 15719404. OLE color: 15719404.

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

Color convert

RGB236219239-
CMYK0.010.0800.06
HSL291º38.46%89.8%-
HSV(B)291º8.37%93.73%-
XYZ75.574.7392.11-
YUV226.36135.13134.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=34.01%
G=31.56%
B=34.44%

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
Decimal2362192390.010.0800.0629138.4689.8
HexECDBEF1806123265a
Octal3543333571100644346132
Binary1110110011011011111011111100001101001000111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBEF; }

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

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

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

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

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

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

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

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