Html Css Color HEX #EDAEE6 French Lilac

📋 copy color: '#EDAEE6'

red 237 ◦ green 174 ◦ blue 230

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

Shades of French Lilac #EDAEE6

Tints of French Lilac #EDAEE6

RGB

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

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

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

R = 36.97%
G = 27.15%
B = 35.88%

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

#EDAEE6 (or 0xEDAEE6) is known color: French Lilac. HEX triplet: ED, AE and E6. RGB value is (237,174,230). Sum of RGB (Red+Green+Blue) = 237+174+230=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEE6 is #125119. Grayscale: #C7C7C7. Windows color (decimal): -1200410 or 15118061. OLE color: 15118061.

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

Color convert

RGB 237 174 230 -
CMYK 0 0.27 0.03 0.07
HSL 306.67º 0.64% 0.81% -
HSV(B) 306.67º 0.27% 0.93% -
XYZ 64.34 53.99 81.89 -
YUV 199.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 237 174 230 0 0.27 0.03 0.07 306.67 0.64 0.81
Hex ED AE E6 0 1B 3 7 133 40 51
Octal 355 256 346 0 33 3 7 463 100 121
Binary 11101101 10101110 11100110 0 11011 11 111 100110011 1000000 1010001

Color Harmonies of #EDAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEE6

Black with #EDAEE6

Text Example


Text Example

White with #EDAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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