Html Css Color HEX #EDB7EB French Lilac

📋 copy color: '#EDB7EB'

red 237 ◦ green 183 ◦ blue 235

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

Shades of French Lilac #EDB7EB

Tints of French Lilac #EDB7EB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.94%

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

R = 36.18%
G = 27.94%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB7EB (or 0xEDB7EB) is known color: French Lilac. HEX triplet: ED, B7 and EB. RGB value is (237,183,235). Sum of RGB (Red+Green+Blue) = 237+183+235=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7EB is #124814. Grayscale: #CCCCCC. Windows color (decimal): -1198101 or 15448045. OLE color: 15448045.

HSL color Cylindrical-coordinate representation of color #EDB7EB: hue angle of 302.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7EB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 235 -
CMYK 0 0.23 0.01 0.07
HSL 302.22º 0.6% 0.82% -
HSV(B) 302.22º 0.23% 0.93% -
XYZ 66.85 57.87 86.24 -
YUV 205.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 237 183 235 0 0.23 0.01 0.07 302.22 0.6 0.82
Hex ED B7 EB 0 17 1 7 12E 3C 52
Octal 355 267 353 0 27 1 7 456 74 122
Binary 11101101 10110111 11101011 0 10111 1 111 100101110 111100 1010010

Color Harmonies of #EDB7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7EB

Black with #EDB7EB

Text Example


Text Example

White with #EDB7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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