Html Css Color HEX #EDBAF0 French Lilac

📋 copy color: '#EDBAF0'

red 237 ◦ green 186 ◦ blue 240

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

Shades of French Lilac #EDBAF0

Tints of French Lilac #EDBAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 35.75%
G = 28.05%
B = 36.2%

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

#EDBAF0 (or 0xEDBAF0) is known color: French Lilac. HEX triplet: ED, BA and F0. RGB value is (237,186,240). Sum of RGB (Red+Green+Blue) = 237+186+240=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF0 is #12450F. Grayscale: #CFCFCF. Windows color (decimal): -1197328 or 15776493. OLE color: 15776493.

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

Color convert

RGB 237 186 240 -
CMYK 0.01 0.22 0 0.06
HSL 296.67º 0.64% 0.84% -
HSV(B) 296.67º 0.23% 0.94% -
XYZ 68.21 59.41 90.31 -
YUV 207.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 237 186 240 0.01 0.22 0 0.06 296.67 0.64 0.84
Hex ED BA F0 1 16 0 6 129 40 54
Octal 355 272 360 1 26 0 6 451 100 124
Binary 11101101 10111010 11110000 1 10110 0 110 100101001 1000000 1010100

Color Harmonies of #EDBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAF0

Black with #EDBAF0

Text Example


Text Example

White with #EDBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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