#ECDBEE

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

Shades of Selago #ECDBEE

Tints of Selago #ECDBEE

Color information

#ECDBEE (or 0xECDBEE) is unknown color: approx Selago. HEX triplet: EC, DB and EE. RGB value is (236,219,238). Sum of RGB (Red+Green+Blue) = 236+219+238=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEE is #132411. Grayscale: #E2E2E2. Windows color (decimal): -1254418 or 15653868. OLE color: 15653868.

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

Color convert

RGB236219238-
CMYK0.010.0800.07
HSL293.68º35.85%89.61%-
HSV(B)293.68º7.98%93.33%-
XYZ75.3674.6791.33-
YUV226.25134.63134.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=34.05%
G=31.60%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362192380.010.0800.07293.6835.8589.61
HexECDBEE1807126245a
Octal3543333561100744644132
Binary1110110011011011111011101100001111001001101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBEE; }

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

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

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

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

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

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

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

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