Html Css Color HEX #EDB0EC French Lilac

📋 copy color: '#EDB0EC'

red 237 ◦ green 176 ◦ blue 236

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

Shades of French Lilac #EDB0EC

Tints of French Lilac #EDB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.12%

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 36.52%
G = 27.12%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDB0EC (or 0xEDB0EC) is known color: French Lilac. HEX triplet: ED, B0 and EC. RGB value is (237,176,236). Sum of RGB (Red+Green+Blue) = 237+176+236=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0EC is #124F13. Grayscale: #C8C8C8. Windows color (decimal): -1199892 or 15511789. OLE color: 15511789.

HSL color Cylindrical-coordinate representation of color #EDB0EC: hue angle of 300.98º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0EC is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 236 -
CMYK 0 0.26 0.00 0.07
HSL 300.98º 0.63% 0.81% -
HSV(B) 300.98º 0.26% 0.93% -
XYZ 65.59 55.11 86.54 -
YUV 201.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 237 176 236 0 0.26 0.00 0.07 300.98 0.63 0.81
Hex ED B0 EC 0 1A 0 7 12D 3F 51
Octal 355 260 354 0 32 0 7 455 77 121
Binary 11101101 10110000 11101100 0 11010 0 111 100101101 111111 1010001

Color Harmonies of #EDB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0EC

Black with #EDB0EC

Text Example


Text Example

White with #EDB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0EC; }

 p { color: rgb(237,176,236); }

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

background-color css

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

 a { background-color: rgb(237,176,236); }

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

border-color css

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

 span { border-color: rgb(237,176,236); }

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