#ECB0DD

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

Shades of French Lilac #ECB0DD

Tints of French Lilac #ECB0DD

Color information

#ECB0DD (or 0xECB0DD) is unknown color: approx French Lilac. HEX triplet: EC, B0 and DD. RGB value is (236,176,221). Sum of RGB (Red+Green+Blue) = 236+176+221=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DD is #134F22. Grayscale: #C6C6C6. Windows color (decimal): -1265443 or 14528748. OLE color: 14528748.

HSL color Cylindrical-coordinate representation of color #ECB0DD: hue angle of 315º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0DD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236176221-
CMYK00.250.060.07
HSL315º61.22%80.78%-
HSV(B)315º25.42%92.55%-
XYZ63.1754.175.52-
YUV199.07140.38154.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=37.28%
G=27.80%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617622100.250.060.0731561.2280.78
HexECB0DD0196713b3d51
Octal3542603350316747375121
Binary1110110010110000110111010110011101111001110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0DD; }

 p { color: rgb(236,176,221); }

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

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

 a { background-color: rgb(236,176,221); }

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

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

 span { border-color: rgb(236,176,221); }

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