Html Css Color HEX #EDBAEF French Lilac

📋 copy color: '#EDBAEF'

red 237 ◦ green 186 ◦ blue 239

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

Shades of French Lilac #EDBAEF

Tints of French Lilac #EDBAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.1%

 BLUE value IS 239 (93.75% from 255) = 36.1%

R = 35.8%
G = 28.1%
B = 36.1%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDBAEF (or 0xEDBAEF) is known color: French Lilac. HEX triplet: ED, BA and EF. RGB value is (237,186,239). Sum of RGB (Red+Green+Blue) = 237+186+239=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAEF is #124510. Grayscale: #CFCFCF. Windows color (decimal): -1197329 or 15710957. OLE color: 15710957.

HSL color Cylindrical-coordinate representation of color #EDBAEF: hue angle of 297.74º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAEF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 186 239 -
CMYK 0.01 0.22 0 0.06
HSL 297.74º 0.62% 0.83% -
HSV(B) 297.74º 0.22% 0.94% -
XYZ 68.06 59.35 89.53 -
YUV 207.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 237 186 239 0.01 0.22 0 0.06 297.74 0.62 0.83
Hex ED BA EF 1 16 0 6 12A 3E 53
Octal 355 272 357 1 26 0 6 452 76 123
Binary 11101101 10111010 11101111 1 10110 0 110 100101010 111110 1010011

Color Harmonies of #EDBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAEF

Black with #EDBAEF

Text Example


Text Example

White with #EDBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAEF; }

 p { color: rgb(237,186,239); }

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

background-color css

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

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

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

border-color css

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

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

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