Html Css Color HEX #EDADE3 French Lilac

📋 copy color: '#EDADE3'

red 237 ◦ green 173 ◦ blue 227

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

Shades of French Lilac #EDADE3

Tints of French Lilac #EDADE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.64%

R = 37.21%
G = 27.16%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDADE3 (or 0xEDADE3) is known color: French Lilac. HEX triplet: ED, AD and E3. RGB value is (237,173,227). Sum of RGB (Red+Green+Blue) = 237+173+227=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADE3 is #12521C. Grayscale: #C6C6C6. Windows color (decimal): -1200669 or 14921197. OLE color: 14921197.

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

Color convert

RGB 237 173 227 -
CMYK 0 0.27 0.04 0.07
HSL 309.38º 0.64% 0.8% -
HSV(B) 309.38º 0.27% 0.93% -
XYZ 63.73 53.44 79.63 -
YUV 198.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 237 173 227 0 0.27 0.04 0.07 309.38 0.64 0.8
Hex ED AD E3 0 1B 4 7 135 40 50
Octal 355 255 343 0 33 4 7 465 100 120
Binary 11101101 10101101 11100011 0 11011 100 111 100110101 1000000 1010000

Color Harmonies of #EDADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADE3

Black with #EDADE3

Text Example


Text Example

White with #EDADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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