#EDB0DD

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

Shades of French Lilac #EDB0DD

Tints of French Lilac #EDB0DD

Color information

#EDB0DD (or 0xEDB0DD) is unknown color: approx French Lilac. HEX triplet: ED, B0 and DD. RGB value is (237,176,221). Sum of RGB (Red+Green+Blue) = 237+176+221=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DD is #124F22. Grayscale: #C7C7C7. Windows color (decimal): -1199907 or 14528749. OLE color: 14528749.

HSL color Cylindrical-coordinate representation of color #EDB0DD: hue angle of 315.74º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0DD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237176221-
CMYK00.260.070.07
HSL315.74º62.89%80.98%-
HSV(B)315.74º25.74%92.94%-
XYZ63.554.2875.54-
YUV199.37140.21154.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=37.38%
G=27.76%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717622100.260.070.07315.7462.8980.98
HexEDB0DD01A7713c3f51
Octal3552603350327747477121
Binary1110110110110000110111010110101111111001111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0DD; }

 p { color: rgb(237,176,221); }

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

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

 a { background-color: rgb(237,176,221); }

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

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

 span { border-color: rgb(237,176,221); }

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