#EDBDE0

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

Shades of French Lilac #EDBDE0

Tints of French Lilac #EDBDE0

Color information

#EDBDE0 (or 0xEDBDE0) is unknown color: approx French Lilac. HEX triplet: ED, BD and E0. RGB value is (237,189,224). Sum of RGB (Red+Green+Blue) = 237+189+224=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDE0 is #12421F. Grayscale: #CFCFCF. Windows color (decimal): -1196576 or 14728685. OLE color: 14728685.

HSL color Cylindrical-coordinate representation of color #EDBDE0: hue angle of 316.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDE0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237189224-
CMYK00.200.050.07
HSL316.25º57.14%83.53%-
HSV(B)316.25º20.25%92.94%-
XYZ66.5859.7878.55-
YUV207.34137.4149.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=36.46%
G=29.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718922400.200.050.07316.2557.1483.53
HexEDBDE00145713c3954
Octal3552753400245747471124
Binary1110110110111101111000000101001011111001111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDE0; }

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

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

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

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

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

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

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

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