Html Css Color HEX #EDBAEA French Lilac

📋 copy color: '#EDBAEA'

red 237 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #EDBAEA

Tints of French Lilac #EDBAEA

RGB

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

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

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

R = 36.07%
G = 28.31%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDBAEA (or 0xEDBAEA) is known color: French Lilac. HEX triplet: ED, BA and EA. RGB value is (237,186,234). Sum of RGB (Red+Green+Blue) = 237+186+234=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAEA is #124515. Grayscale: #CECECE. Windows color (decimal): -1197334 or 15383277. OLE color: 15383277.

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

Color convert

RGB 237 186 234 -
CMYK 0 0.22 0.01 0.07
HSL 303.53º 0.59% 0.83% -
HSV(B) 303.53º 0.22% 0.93% -
XYZ 67.34 59.06 85.69 -
YUV 206.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 237 186 234 0 0.22 0.01 0.07 303.53 0.59 0.83
Hex ED BA EA 0 16 1 7 130 3B 53
Octal 355 272 352 0 26 1 7 460 73 123
Binary 11101101 10111010 11101010 0 10110 1 111 100110000 111011 1010011

Color Harmonies of #EDBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAEA

Black with #EDBAEA

Text Example


Text Example

White with #EDBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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