Html Css Color HEX #EDB6EF French Lilac

📋 copy color: '#EDB6EF'

red 237 ◦ green 182 ◦ blue 239

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

Shades of French Lilac #EDB6EF

Tints of French Lilac #EDB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.66%

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

R = 36.02%
G = 27.66%
B = 36.32%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDB6EF (or 0xEDB6EF) is known color: French Lilac. HEX triplet: ED, B6 and EF. RGB value is (237,182,239). Sum of RGB (Red+Green+Blue) = 237+182+239=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDB6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6EF is #124910. Grayscale: #CCCCCC. Windows color (decimal): -1198353 or 15709933. OLE color: 15709933.

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

Color convert

RGB 237 182 239 -
CMYK 0.01 0.24 0 0.06
HSL 297.89º 0.64% 0.83% -
HSV(B) 297.89º 0.24% 0.94% -
XYZ 67.23 57.69 89.25 -
YUV 204.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 237 182 239 0.01 0.24 0 0.06 297.89 0.64 0.83
Hex ED B6 EF 1 18 0 6 12A 40 53
Octal 355 266 357 1 30 0 6 452 100 123
Binary 11101101 10110110 11101111 1 11000 0 110 100101010 1000000 1010011

Color Harmonies of #EDB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6EF

Black with #EDB6EF

Text Example


Text Example

White with #EDB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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