Html Css Color HEX #EDACE6 French Lilac

📋 copy color: '#EDACE6'

red 237 ◦ green 172 ◦ blue 230

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

Shades of French Lilac #EDACE6

Tints of French Lilac #EDACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.92%

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 37.09%
G = 26.92%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDACE6 (or 0xEDACE6) is known color: French Lilac. HEX triplet: ED, AC and E6. RGB value is (237,172,230). Sum of RGB (Red+Green+Blue) = 237+172+230=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACE6 is #125319. Grayscale: #C5C5C5. Windows color (decimal): -1200922 or 15117549. OLE color: 15117549.

HSL color Cylindrical-coordinate representation of color #EDACE6: hue angle of 306.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACE6 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 230 -
CMYK 0 0.27 0.03 0.07
HSL 306.46º 0.64% 0.8% -
HSV(B) 306.46º 0.27% 0.93% -
XYZ 63.96 53.22 81.76 -
YUV 198.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 237 172 230 0 0.27 0.03 0.07 306.46 0.64 0.8
Hex ED AC E6 0 1B 3 7 132 40 50
Octal 355 254 346 0 33 3 7 462 100 120
Binary 11101101 10101100 11100110 0 11011 11 111 100110010 1000000 1010000

Color Harmonies of #EDACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACE6

Black with #EDACE6

Text Example


Text Example

White with #EDACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACE6; }

 p { color: rgb(237,172,230); }

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

background-color css

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

 a { background-color: rgb(237,172,230); }

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

border-color css

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

 span { border-color: rgb(237,172,230); }

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