Html Css Color HEX #EABDE4 French Lilac

📋 copy color: '#EABDE4'

red 234 ◦ green 189 ◦ blue 228

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

Shades of French Lilac #EABDE4

Tints of French Lilac #EABDE4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.03%

 BLUE value IS 228 (89.45% from 255) = 35.02%

R = 35.94%
G = 29.03%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EABDE4 (or 0xEABDE4) is known color: French Lilac. HEX triplet: EA, BD and E4. RGB value is (234,189,228). Sum of RGB (Red+Green+Blue) = 234+189+228=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDE4 is #15421B. Grayscale: #CECECE. Windows color (decimal): -1393180 or 14990826. OLE color: 14990826.

HSL color Cylindrical-coordinate representation of color #EABDE4: hue angle of 308º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDE4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 228 -
CMYK 0 0.19 0.03 0.08
HSL 308º 0.52% 0.83% -
HSV(B) 308º 0.19% 0.92% -
XYZ 66.13 59.49 81.4 -
YUV 206.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 234 189 228 0 0.19 0.03 0.08 308 0.52 0.83
Hex EA BD E4 0 13 3 8 134 34 53
Octal 352 275 344 0 23 3 10 464 64 123
Binary 11101010 10111101 11100100 0 10011 11 1000 100110100 110100 1010011

Color Harmonies of #EABDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDE4

Black with #EABDE4

Text Example


Text Example

White with #EABDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDE4; }

 p { color: rgb(234,189,228); }

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

background-color css

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

 a { background-color: rgb(234,189,228); }

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

border-color css

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

 span { border-color: rgb(234,189,228); }

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