Html Css Color HEX #EDAEE2 French Lilac

📋 copy color: '#EDAEE2'

red 237 ◦ green 174 ◦ blue 226

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

Shades of French Lilac #EDAEE2

Tints of French Lilac #EDAEE2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.32%

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

R = 37.21%
G = 27.32%
B = 35.48%

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

#EDAEE2 (or 0xEDAEE2) is known color: French Lilac. HEX triplet: ED, AE and E2. RGB value is (237,174,226). Sum of RGB (Red+Green+Blue) = 237+174+226=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEE2 is #12511D. Grayscale: #C6C6C6. Windows color (decimal): -1200414 or 14855917. OLE color: 14855917.

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

Color convert

RGB 237 174 226 -
CMYK 0 0.27 0.05 0.07
HSL 310.48º 0.64% 0.81% -
HSV(B) 310.48º 0.27% 0.93% -
XYZ 63.79 53.77 78.97 -
YUV 198.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 237 174 226 0 0.27 0.05 0.07 310.48 0.64 0.81
Hex ED AE E2 0 1B 5 7 136 40 51
Octal 355 256 342 0 33 5 7 466 100 121
Binary 11101101 10101110 11100010 0 11011 101 111 100110110 1000000 1010001

Color Harmonies of #EDAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEE2

Black with #EDAEE2

Text Example


Text Example

White with #EDAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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