Html Css Color HEX #EABDE2 French Lilac

📋 copy color: '#EABDE2'

red 234 ◦ green 189 ◦ blue 226

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

Shades of French Lilac #EABDE2

Tints of French Lilac #EABDE2

RGB

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

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

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

R = 36.06%
G = 29.12%
B = 34.82%

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

#EABDE2 (or 0xEABDE2) is known color: French Lilac. HEX triplet: EA, BD and E2. RGB value is (234,189,226). Sum of RGB (Red+Green+Blue) = 234+189+226=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDE2 is #15421D. Grayscale: #CECECE. Windows color (decimal): -1393182 or 14859754. OLE color: 14859754.

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

Color convert

RGB 234 189 226 -
CMYK 0 0.19 0.03 0.08
HSL 310.67º 0.52% 0.83% -
HSV(B) 310.67º 0.19% 0.92% -
XYZ 65.86 59.38 79.94 -
YUV 206.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 234 189 226 0 0.19 0.03 0.08 310.67 0.52 0.83
Hex EA BD E2 0 13 3 8 137 34 53
Octal 352 275 342 0 23 3 10 467 64 123
Binary 11101010 10111101 11100010 0 10011 11 1000 100110111 110100 1010011

Color Harmonies of #EABDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDE2

Black with #EABDE2

Text Example


Text Example

White with #EABDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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