Html Css Color HEX #EDBEED French Lilac

📋 copy color: '#EDBEED'

red 237 ◦ green 190 ◦ blue 237

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

Shades of French Lilac #EDBEED

Tints of French Lilac #EDBEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.61%

 BLUE value IS 237 (92.97% from 255) = 35.69%

R = 35.69%
G = 28.61%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDBEED (or 0xEDBEED) is known color: French Lilac. HEX triplet: ED, BE and ED. RGB value is (237,190,237). Sum of RGB (Red+Green+Blue) = 237+190+237=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEED is #124112. Grayscale: #D1D1D1. Windows color (decimal): -1196307 or 15580909. OLE color: 15580909.

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

Color convert

RGB 237 190 237 -
CMYK 0 0.20 0 0.07
HSL 300º 0.57% 0.84% -
HSV(B) 300º 0.2% 0.93% -
XYZ 68.62 60.95 88.27 -
YUV 209.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 237 190 237 0 0.20 0 0.07 300 0.57 0.84
Hex ED BE ED 0 14 0 7 12C 39 54
Octal 355 276 355 0 24 0 7 454 71 124
Binary 11101101 10111110 11101101 0 10100 0 111 100101100 111001 1010100

Color Harmonies of #EDBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEED

Black with #EDBEED

Text Example


Text Example

White with #EDBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEED; }

 p { color: rgb(237,190,237); }

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

background-color css

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

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

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

border-color css

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

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

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