Html Css Color HEX #EAAEDB French Lilac

📋 copy color: '#EAAEDB'

red 234 ◦ green 174 ◦ blue 219

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

Shades of French Lilac #EAAEDB

Tints of French Lilac #EAAEDB

RGB

 RED value IS 234 (91.8% from 255) = 37.32%

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

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 37.32%
G = 27.75%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAAEDB (or 0xEAAEDB) is known color: French Lilac. HEX triplet: EA, AE and DB. RGB value is (234,174,219). Sum of RGB (Red+Green+Blue) = 234+174+219=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDB is #155124. Grayscale: #C4C4C4. Windows color (decimal): -1397029 or 14397162. OLE color: 14397162.

HSL color Cylindrical-coordinate representation of color #EAAEDB: hue angle of 315º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEDB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 219 -
CMYK 0 0.26 0.06 0.08
HSL 315º 0.59% 0.8% -
HSV(B) 315º 0.26% 0.92% -
XYZ 61.85 52.88 73.96 -
YUV 197.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 234 174 219 0 0.26 0.06 0.08 315 0.59 0.8
Hex EA AE DB 0 1A 6 8 13B 3B 50
Octal 352 256 333 0 32 6 10 473 73 120
Binary 11101010 10101110 11011011 0 11010 110 1000 100111011 111011 1010000

Color Harmonies of #EAAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEDB

Black with #EAAEDB

Text Example


Text Example

White with #EAAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEDB; }

 p { color: rgb(234,174,219); }

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

background-color css

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

 a { background-color: rgb(234,174,219); }

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

border-color css

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

 span { border-color: rgb(234,174,219); }

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