#EDBAE4

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

Shades of French Lilac #EDBAE4

Tints of French Lilac #EDBAE4

Color information

#EDBAE4 (or 0xEDBAE4) is unknown color: approx French Lilac. HEX triplet: ED, BA and E4. RGB value is (237,186,228). Sum of RGB (Red+Green+Blue) = 237+186+228=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAE4 is #12451B. Grayscale: #CDCDCD. Windows color (decimal): -1197340 or 14990061. OLE color: 14990061.

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

Color convert

RGB237186228-
CMYK00.220.040.07
HSL310.59º58.62%82.94%-
HSV(B)310.59º21.52%92.94%-
XYZ66.4958.7281.23-
YUV206.04140.4150.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=36.41%
G=28.57%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718622800.220.040.07310.5958.6282.94
HexEDBAE4016471373b53
Octal3552723440264746773123
Binary1110110110111010111001000101101001111001101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAE4; }

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

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

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

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

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

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

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

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