Html Css Color HEX #EDADE2 French Lilac

📋 copy color: '#EDADE2'

red 237 ◦ green 173 ◦ blue 226

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

Shades of French Lilac #EDADE2

Tints of French Lilac #EDADE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.53%

R = 37.26%
G = 27.2%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDADE2 (or 0xEDADE2) is known color: French Lilac. HEX triplet: ED, AD and E2. RGB value is (237,173,226). Sum of RGB (Red+Green+Blue) = 237+173+226=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADE2 is #12521D. Grayscale: #C6C6C6. Windows color (decimal): -1200670 or 14855661. OLE color: 14855661.

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

Color convert

RGB 237 173 226 -
CMYK 0 0.27 0.05 0.07
HSL 310.31º 0.64% 0.8% -
HSV(B) 310.31º 0.27% 0.93% -
XYZ 63.6 53.38 78.9 -
YUV 198.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 237 173 226 0 0.27 0.05 0.07 310.31 0.64 0.8
Hex ED AD E2 0 1B 5 7 136 40 50
Octal 355 255 342 0 33 5 7 466 100 120
Binary 11101101 10101101 11100010 0 11011 101 111 100110110 1000000 1010000

Color Harmonies of #EDADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADE2

Black with #EDADE2

Text Example


Text Example

White with #EDADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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