#ECB4DD

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

Shades of French Lilac #ECB4DD

Tints of French Lilac #ECB4DD

Color information

#ECB4DD (or 0xECB4DD) is unknown color: approx French Lilac. HEX triplet: EC, B4 and DD. RGB value is (236,180,221). Sum of RGB (Red+Green+Blue) = 236+180+221=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4DD is #134B22. Grayscale: #C9C9C9. Windows color (decimal): -1264419 or 14529772. OLE color: 14529772.

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

Color convert

RGB236180221-
CMYK00.240.060.07
HSL316.07º59.57%81.57%-
HSV(B)316.07º23.73%92.55%-
XYZ63.9655.775.79-
YUV201.42139.05152.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 180 (70.70% from 255) = 28.26%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=37.05%
G=28.26%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618022100.240.060.07316.0759.5781.57
HexECB4DD0186713c3c52
Octal3542643350306747474122
Binary1110110010110100110111010110001101111001111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4DD; }

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

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

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

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

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

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

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

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