Html Css Color HEX #EDBDEA French Lilac

📋 copy color: '#EDBDEA'

red 237 ◦ green 189 ◦ blue 234

#EDBDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EDBDEA

Tints of French Lilac #EDBDEA

RGB

 RED value IS 237 (92.97% from 255) = 35.91%

 GREEN value IS 189 (74.22% from 255) = 28.64%

 BLUE value IS 234 (91.8% from 255) = 35.45%

R = 35.91%
G = 28.64%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDBDEA (or 0xEDBDEA) is known color: French Lilac. HEX triplet: ED, BD and EA. RGB value is (237,189,234). Sum of RGB (Red+Green+Blue) = 237+189+234=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDEA is #124215. Grayscale: #D0D0D0. Windows color (decimal): -1196566 or 15384045. OLE color: 15384045.

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

Color convert

RGB 237 189 234 -
CMYK 0 0.20 0.01 0.07
HSL 303.75º 0.57% 0.84% -
HSV(B) 303.75º 0.2% 0.93% -
XYZ 67.97 60.34 85.91 -
YUV 208.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 237 189 234 0 0.20 0.01 0.07 303.75 0.57 0.84
Hex ED BD EA 0 14 1 7 130 39 54
Octal 355 275 352 0 24 1 7 460 71 124
Binary 11101101 10111101 11101010 0 10100 1 111 100110000 111001 1010100

Color Harmonies of #EDBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDEA

Black with #EDBDEA

Text Example


Text Example

White with #EDBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDEA; }

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

 H1.HeaderClassName
 {
   color: #EDBDEA;
 }
 .AnyTagClassName
 {
   color: #EDBDEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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