#EDB8E0

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

Shades of French Lilac #EDB8E0

Tints of French Lilac #EDB8E0

Color information

#EDB8E0 (or 0xEDB8E0) is unknown color: approx French Lilac. HEX triplet: ED, B8 and E0. RGB value is (237,184,224). Sum of RGB (Red+Green+Blue) = 237+184+224=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8E0 is #12471F. Grayscale: #CCCCCC. Windows color (decimal): -1197856 or 14727405. OLE color: 14727405.

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

Color convert

RGB237184224-
CMYK00.220.050.07
HSL314.72º59.55%82.55%-
HSV(B)314.72º22.36%92.94%-
XYZ65.5257.6778.2-
YUV204.41139.06151.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 184 (72.27% from 255) = 28.53%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=36.74%
G=28.53%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718422400.220.050.07314.7259.5582.55
HexEDB8E00165713b3c53
Octal3552703400265747374123
Binary1110110110111000111000000101101011111001110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8E0; }

 p { color: rgb(237,184,224); }

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

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

 a { background-color: rgb(237,184,224); }

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

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

 span { border-color: rgb(237,184,224); }

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