#EDB8EE

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

Shades of French Lilac #EDB8EE

Tints of French Lilac #EDB8EE

Color information

#EDB8EE (or 0xEDB8EE) is unknown color: approx French Lilac. HEX triplet: ED, B8 and EE. RGB value is (237,184,238). Sum of RGB (Red+Green+Blue) = 237+184+238=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8EE is #124711. Grayscale: #CDCDCD. Windows color (decimal): -1197842 or 15644909. OLE color: 15644909.

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

Color convert

RGB237184238-
CMYK0.000.2300.07
HSL298.89º61.36%82.75%-
HSV(B)298.89º22.69%93.33%-
XYZ67.558.4688.62-
YUV206146.06150.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 184 (72.27% from 255) = 27.92%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=35.96%
G=27.92%
B=36.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371842380.000.2300.07298.8961.3682.75
HexEDB8EE0170712b3d53
Octal3552703560270745375123
Binary11101101101110001110111001011101111001010111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8EE; }

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

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

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

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

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

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

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

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