#EDBAE3

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

Shades of French Lilac #EDBAE3

Tints of French Lilac #EDBAE3

Color information

#EDBAE3 (or 0xEDBAE3) is unknown color: approx French Lilac. HEX triplet: ED, BA and E3. RGB value is (237,186,227). Sum of RGB (Red+Green+Blue) = 237+186+227=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAE3 is #12451C. Grayscale: #CDCDCD. Windows color (decimal): -1197341 or 14924525. OLE color: 14924525.

HSL color Cylindrical-coordinate representation of color #EDBAE3: hue angle of 311.76º 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 #EDBAE3 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237186227-
CMYK00.220.040.07
HSL311.76º58.62%82.94%-
HSV(B)311.76º21.52%92.94%-
XYZ66.3558.6780.5-
YUV205.92139.9150.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=36.46%
G=28.62%
B=34.92%

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
Decimal23718622700.220.040.07311.7658.6282.94
HexEDBAE3016471383b53
Octal3552723430264747073123
Binary1110110110111010111000110101101001111001110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAE3; }

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

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

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

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

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

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

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

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