Html Css Color HEX #EDB3E7 French Lilac

📋 copy color: '#EDB3E7'

red 237 ◦ green 179 ◦ blue 231

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

Shades of French Lilac #EDB3E7

Tints of French Lilac #EDB3E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.7%

R = 36.63%
G = 27.67%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDB3E7 (or 0xEDB3E7) is known color: French Lilac. HEX triplet: ED, B3 and E7. RGB value is (237,179,231). Sum of RGB (Red+Green+Blue) = 237+179+231=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3E7 is #124C18. Grayscale: #CACACA. Windows color (decimal): -1199129 or 15184877. OLE color: 15184877.

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

Color convert

RGB 237 179 231 -
CMYK 0 0.24 0.03 0.07
HSL 306.21º 0.62% 0.82% -
HSV(B) 306.21º 0.24% 0.93% -
XYZ 65.47 56.01 82.96 -
YUV 202.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 237 179 231 0 0.24 0.03 0.07 306.21 0.62 0.82
Hex ED B3 E7 0 18 3 7 132 3E 52
Octal 355 263 347 0 30 3 7 462 76 122
Binary 11101101 10110011 11100111 0 11000 11 111 100110010 111110 1010010

Color Harmonies of #EDB3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3E7

Black with #EDB3E7

Text Example


Text Example

White with #EDB3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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