#EDBDDE

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

Shades of French Lilac #EDBDDE

Tints of French Lilac #EDBDDE

Color information

#EDBDDE (or 0xEDBDDE) is unknown color: approx French Lilac. HEX triplet: ED, BD and DE. RGB value is (237,189,222). Sum of RGB (Red+Green+Blue) = 237+189+222=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDE is #124221. Grayscale: #CFCFCF. Windows color (decimal): -1196578 or 14597613. OLE color: 14597613.

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

Color convert

RGB237189222-
CMYK00.200.060.07
HSL318.75º57.14%83.53%-
HSV(B)318.75º20.25%92.94%-
XYZ66.3159.6777.13-
YUV207.11136.4149.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=36.57%
G=29.17%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718922200.200.060.07318.7557.1483.53
HexEDBDDE0146713f3954
Octal3552753360246747771124
Binary1110110110111101110111100101001101111001111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDDE; }

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

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

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

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

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

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

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

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