Html Css Color HEX #EDBEEA French Lilac

📋 copy color: '#EDBEEA'

red 237 ◦ green 190 ◦ blue 234

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

Shades of French Lilac #EDBEEA

Tints of French Lilac #EDBEEA

RGB

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

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

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

R = 35.85%
G = 28.74%
B = 35.4%

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

#EDBEEA (or 0xEDBEEA) is known color: French Lilac. HEX triplet: ED, BE and EA. RGB value is (237,190,234). Sum of RGB (Red+Green+Blue) = 237+190+234=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEEA is #124115. Grayscale: #D0D0D0. Windows color (decimal): -1196310 or 15384301. OLE color: 15384301.

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

Color convert

RGB 237 190 234 -
CMYK 0 0.20 0.01 0.07
HSL 303.83º 0.57% 0.84% -
HSV(B) 303.83º 0.2% 0.93% -
XYZ 68.19 60.77 85.98 -
YUV 209.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 237 190 234 0 0.20 0.01 0.07 303.83 0.57 0.84
Hex ED BE EA 0 14 1 7 130 39 54
Octal 355 276 352 0 24 1 7 460 71 124
Binary 11101101 10111110 11101010 0 10100 1 111 100110000 111001 1010100

Color Harmonies of #EDBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEEA

Black with #EDBEEA

Text Example


Text Example

White with #EDBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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