Html Css Color HEX #EDADE5 French Lilac

📋 copy color: '#EDADE5'

red 237 ◦ green 173 ◦ blue 229

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

Shades of French Lilac #EDADE5

Tints of French Lilac #EDADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.07%

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 37.09%
G = 27.07%
B = 35.84%

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

#EDADE5 (or 0xEDADE5) is known color: French Lilac. HEX triplet: ED, AD and E5. RGB value is (237,173,229). Sum of RGB (Red+Green+Blue) = 237+173+229=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADE5 is #12521A. Grayscale: #C6C6C6. Windows color (decimal): -1200667 or 15052269. OLE color: 15052269.

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

Color convert

RGB 237 173 229 -
CMYK 0 0.27 0.03 0.07
HSL 307.5º 0.64% 0.8% -
HSV(B) 307.5º 0.27% 0.93% -
XYZ 64.01 53.55 81.09 -
YUV 198.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 237 173 229 0 0.27 0.03 0.07 307.5 0.64 0.8
Hex ED AD E5 0 1B 3 7 134 40 50
Octal 355 255 345 0 33 3 7 464 100 120
Binary 11101101 10101101 11100101 0 11011 11 111 100110100 1000000 1010000

Color Harmonies of #EDADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADE5

Black with #EDADE5

Text Example


Text Example

White with #EDADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADE5; }

 p { color: rgb(237,173,229); }

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

background-color css

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

 a { background-color: rgb(237,173,229); }

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

border-color css

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

 span { border-color: rgb(237,173,229); }

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