#EDCBE5

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

Shades of French Lilac #EDCBE5

Tints of French Lilac #EDCBE5

Color information

#EDCBE5 (or 0xEDCBE5) is unknown color: approx French Lilac. HEX triplet: ED, CB and E5. RGB value is (237,203,229). Sum of RGB (Red+Green+Blue) = 237+203+229=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBE5 is #12341A. Grayscale: #D8D8D8. Windows color (decimal): -1192987 or 15059949. OLE color: 15059949.

HSL color Cylindrical-coordinate representation of color #EDCBE5: hue angle of 314.12º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBE5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237203229-
CMYK00.140.030.07
HSL314.12º48.57%86.27%-
HSV(B)314.12º14.35%92.94%-
XYZ70.4266.3783.23-
YUV216.13135.26142.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=35.43%
G=30.34%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720322900.140.030.07314.1248.5786.27
HexEDCBE50E3713a3156
Octal3553133450163747261126
Binary11101101110010111110010101110111111001110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBE5; }

 p { color: rgb(237,203,229); }

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

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

 a { background-color: rgb(237,203,229); }

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

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

 span { border-color: rgb(237,203,229); }

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