Html Css Color HEX #EDBAE8 French Lilac

📋 copy color: '#EDBAE8'

red 237 ◦ green 186 ◦ blue 232

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

Shades of French Lilac #EDBAE8

Tints of French Lilac #EDBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.42%

R = 36.18%
G = 28.4%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDBAE8 (or 0xEDBAE8) is known color: French Lilac. HEX triplet: ED, BA and E8. RGB value is (237,186,232). Sum of RGB (Red+Green+Blue) = 237+186+232=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAE8 is #124517. Grayscale: #CECECE. Windows color (decimal): -1197336 or 15252205. OLE color: 15252205.

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

Color convert

RGB 237 186 232 -
CMYK 0 0.22 0.02 0.07
HSL 305.88º 0.59% 0.83% -
HSV(B) 305.88º 0.22% 0.93% -
XYZ 67.05 58.95 84.19 -
YUV 206.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 237 186 232 0 0.22 0.02 0.07 305.88 0.59 0.83
Hex ED BA E8 0 16 2 7 132 3B 53
Octal 355 272 350 0 26 2 7 462 73 123
Binary 11101101 10111010 11101000 0 10110 10 111 100110010 111011 1010011

Color Harmonies of #EDBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAE8

Black with #EDBAE8

Text Example


Text Example

White with #EDBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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