Html Css Color HEX #EDB0E8 French Lilac

📋 copy color: '#EDB0E8'

red 237 ◦ green 176 ◦ blue 232

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

Shades of French Lilac #EDB0E8

Tints of French Lilac #EDB0E8

RGB

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

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

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

R = 36.74%
G = 27.29%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDB0E8 (or 0xEDB0E8) is known color: French Lilac. HEX triplet: ED, B0 and E8. RGB value is (237,176,232). Sum of RGB (Red+Green+Blue) = 237+176+232=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0E8 is #124F17. Grayscale: #C8C8C8. Windows color (decimal): -1199896 or 15249645. OLE color: 15249645.

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

Color convert

RGB 237 176 232 -
CMYK 0 0.26 0.02 0.07
HSL 304.92º 0.63% 0.81% -
HSV(B) 304.92º 0.26% 0.93% -
XYZ 65.02 54.88 83.51 -
YUV 200.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 237 176 232 0 0.26 0.02 0.07 304.92 0.63 0.81
Hex ED B0 E8 0 1A 2 7 131 3F 51
Octal 355 260 350 0 32 2 7 461 77 121
Binary 11101101 10110000 11101000 0 11010 10 111 100110001 111111 1010001

Color Harmonies of #EDB0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0E8

Black with #EDB0E8

Text Example


Text Example

White with #EDB0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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