Html Css Color HEX #EAB8DE French Lilac

📋 copy color: '#EAB8DE'

red 234 ◦ green 184 ◦ blue 222

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

Shades of French Lilac #EAB8DE

Tints of French Lilac #EAB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

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

R = 36.56%
G = 28.75%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAB8DE (or 0xEAB8DE) is known color: French Lilac. HEX triplet: EA, B8 and DE. RGB value is (234,184,222). Sum of RGB (Red+Green+Blue) = 234+184+222=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8DE is #154721. Grayscale: #CBCBCB. Windows color (decimal): -1394466 or 14596330. OLE color: 14596330.

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

Color convert

RGB 234 184 222 -
CMYK 0 0.21 0.05 0.08
HSL 314.4º 0.54% 0.82% -
HSV(B) 314.4º 0.21% 0.92% -
XYZ 64.26 57.05 76.73 -
YUV 203.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 234 184 222 0 0.21 0.05 0.08 314.4 0.54 0.82
Hex EA B8 DE 0 15 5 8 13A 36 52
Octal 352 270 336 0 25 5 10 472 66 122
Binary 11101010 10111000 11011110 0 10101 101 1000 100111010 110110 1010010

Color Harmonies of #EAB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8DE

Black with #EAB8DE

Text Example


Text Example

White with #EAB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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