Html Css Color HEX #EDB0EB French Lilac

📋 copy color: '#EDB0EB'

red 237 ◦ green 176 ◦ blue 235

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

Shades of French Lilac #EDB0EB

Tints of French Lilac #EDB0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.27%

R = 36.57%
G = 27.16%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB0EB (or 0xEDB0EB) is known color: French Lilac. HEX triplet: ED, B0 and EB. RGB value is (237,176,235). Sum of RGB (Red+Green+Blue) = 237+176+235=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0EB is #124F14. Grayscale: #C8C8C8. Windows color (decimal): -1199893 or 15446253. OLE color: 15446253.

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

Color convert

RGB 237 176 235 -
CMYK 0 0.26 0.01 0.07
HSL 301.97º 0.63% 0.81% -
HSV(B) 301.97º 0.26% 0.93% -
XYZ 65.45 55.05 85.77 -
YUV 200.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 237 176 235 0 0.26 0.01 0.07 301.97 0.63 0.81
Hex ED B0 EB 0 1A 1 7 12E 3F 51
Octal 355 260 353 0 32 1 7 456 77 121
Binary 11101101 10110000 11101011 0 11010 1 111 100101110 111111 1010001

Color Harmonies of #EDB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0EB

Black with #EDB0EB

Text Example


Text Example

White with #EDB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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