Html Css Color HEX #EDB3EB French Lilac

📋 copy color: '#EDB3EB'

red 237 ◦ green 179 ◦ blue 235

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

Shades of French Lilac #EDB3EB

Tints of French Lilac #EDB3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.5%

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

R = 36.41%
G = 27.5%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB3EB (or 0xEDB3EB) is known color: French Lilac. HEX triplet: ED, B3 and EB. RGB value is (237,179,235). Sum of RGB (Red+Green+Blue) = 237+179+235=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3EB is #124C14. Grayscale: #CACACA. Windows color (decimal): -1199125 or 15447021. OLE color: 15447021.

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

Color convert

RGB 237 179 235 -
CMYK 0 0.24 0.01 0.07
HSL 302.07º 0.62% 0.82% -
HSV(B) 302.07º 0.24% 0.93% -
XYZ 66.04 56.24 85.97 -
YUV 202.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 237 179 235 0 0.24 0.01 0.07 302.07 0.62 0.82
Hex ED B3 EB 0 18 1 7 12E 3E 52
Octal 355 263 353 0 30 1 7 456 76 122
Binary 11101101 10110011 11101011 0 11000 1 111 100101110 111110 1010010

Color Harmonies of #EDB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3EB

Black with #EDB3EB

Text Example


Text Example

White with #EDB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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