#ECDBED

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

Shades of Selago #ECDBED

Tints of Selago #ECDBED

Color information

#ECDBED (or 0xECDBED) is unknown color: approx Selago. HEX triplet: EC, DB and ED. RGB value is (236,219,237). Sum of RGB (Red+Green+Blue) = 236+219+237=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBED is #132412. Grayscale: #E2E2E2. Windows color (decimal): -1254419 or 15588332. OLE color: 15588332.

HSL color Cylindrical-coordinate representation of color #ECDBED: hue angle of 296.67º degrees, saturation: 0.33, 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 #ECDBED is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236219237-
CMYK0.000.0800.07
HSL296.67º33.33%89.41%-
HSV(B)296.67º7.59%92.94%-
XYZ75.2174.6190.56-
YUV226.14134.13135.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=34.10%
G=31.65%
B=34.25%

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
Decimal2362192370.000.0800.07296.6733.3389.41
HexECDBED08071292159
Octal3543333550100745141131
Binary1110110011011011111011010100001111001010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBED; }

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

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

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

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

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

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

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

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