Html Css Color HEX #EDB9EB French Lilac

📋 copy color: '#EDB9EB'

red 237 ◦ green 185 ◦ blue 235

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

Shades of French Lilac #EDB9EB

Tints of French Lilac #EDB9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.16%

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

R = 36.07%
G = 28.16%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB9EB (or 0xEDB9EB) is known color: French Lilac. HEX triplet: ED, B9 and EB. RGB value is (237,185,235). Sum of RGB (Red+Green+Blue) = 237+185+235=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9EB is #124614. Grayscale: #CECECE. Windows color (decimal): -1197589 or 15448557. OLE color: 15448557.

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

Color convert

RGB 237 185 235 -
CMYK 0 0.22 0.01 0.07
HSL 302.31º 0.59% 0.83% -
HSV(B) 302.31º 0.22% 0.93% -
XYZ 67.27 58.7 86.38 -
YUV 206.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 237 185 235 0 0.22 0.01 0.07 302.31 0.59 0.83
Hex ED B9 EB 0 16 1 7 12E 3B 53
Octal 355 271 353 0 26 1 7 456 73 123
Binary 11101101 10111001 11101011 0 10110 1 111 100101110 111011 1010011

Color Harmonies of #EDB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9EB

Black with #EDB9EB

Text Example


Text Example

White with #EDB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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