Html Css Color HEX #EABDE7 French Lilac

📋 copy color: '#EABDE7'

red 234 ◦ green 189 ◦ blue 231

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

Shades of French Lilac #EABDE7

Tints of French Lilac #EABDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.32%

R = 35.78%
G = 28.9%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EABDE7 (or 0xEABDE7) is known color: French Lilac. HEX triplet: EA, BD and E7. RGB value is (234,189,231). Sum of RGB (Red+Green+Blue) = 234+189+231=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDE7 is #154218. Grayscale: #CFCFCF. Windows color (decimal): -1393177 or 15187434. OLE color: 15187434.

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

Color convert

RGB 234 189 231 -
CMYK 0 0.19 0.01 0.08
HSL 304º 0.52% 0.83% -
HSV(B) 304º 0.19% 0.92% -
XYZ 66.55 59.66 83.61 -
YUV 207.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 234 189 231 0 0.19 0.01 0.08 304 0.52 0.83
Hex EA BD E7 0 13 1 8 130 34 53
Octal 352 275 347 0 23 1 10 460 64 123
Binary 11101010 10111101 11100111 0 10011 1 1000 100110000 110100 1010011

Color Harmonies of #EABDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDE7

Black with #EABDE7

Text Example


Text Example

White with #EABDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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