Html Css Color HEX #EAABDE French Lilac

📋 copy color: '#EAABDE'

red 234 ◦ green 171 ◦ blue 222

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

Shades of French Lilac #EAABDE

Tints of French Lilac #EAABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 37.32%
G = 27.27%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAABDE (or 0xEAABDE) is known color: French Lilac. HEX triplet: EA, AB and DE. RGB value is (234,171,222). Sum of RGB (Red+Green+Blue) = 234+171+222=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDE is #155421. Grayscale: #C3C3C3. Windows color (decimal): -1397794 or 14593002. OLE color: 14593002.

HSL color Cylindrical-coordinate representation of color #EAABDE: hue angle of 311.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABDE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 222 -
CMYK 0 0.27 0.05 0.08
HSL 311.43º 0.6% 0.79% -
HSV(B) 311.43º 0.27% 0.92% -
XYZ 61.68 51.89 75.87 -
YUV 195.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 234 171 222 0 0.27 0.05 0.08 311.43 0.6 0.79
Hex EA AB DE 0 1B 5 8 137 3C 4F
Octal 352 253 336 0 33 5 10 467 74 117
Binary 11101010 10101011 11011110 0 11011 101 1000 100110111 111100 1001111

Color Harmonies of #EAABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABDE

Black with #EAABDE

Text Example


Text Example

White with #EAABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABDE; }

 p { color: rgb(234,171,222); }

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

background-color css

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

 a { background-color: rgb(234,171,222); }

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

border-color css

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

 span { border-color: rgb(234,171,222); }

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