#EDCAE4

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

Shades of French Lilac #EDCAE4

Tints of French Lilac #EDCAE4

Color information

#EDCAE4 (or 0xEDCAE4) is unknown color: approx French Lilac. HEX triplet: ED, CA and E4. RGB value is (237,202,228). Sum of RGB (Red+Green+Blue) = 237+202+228=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAE4 is #12351B. Grayscale: #D7D7D7. Windows color (decimal): -1193244 or 14994157. OLE color: 14994157.

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

Color convert

RGB237202228-
CMYK00.150.040.07
HSL315.43º49.3%86.08%-
HSV(B)315.43º14.77%92.94%-
XYZ70.0565.8582.42-
YUV215.43135.1143.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=35.53%
G=30.28%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720222800.150.040.07315.4349.386.08
HexEDCAE40F4713b3156
Octal3553123440174747361126
Binary111011011100101011100100011111001111001110111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAE4; }

 p { color: rgb(237,202,228); }

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

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

 a { background-color: rgb(237,202,228); }

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

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

 span { border-color: rgb(237,202,228); }

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