Html Css Color HEX #EAB8DA French Lilac

📋 copy color: '#EAB8DA'

red 234 ◦ green 184 ◦ blue 218

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

Shades of French Lilac #EAB8DA

Tints of French Lilac #EAB8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 36.79%
G = 28.93%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAB8DA (or 0xEAB8DA) is known color: French Lilac. HEX triplet: EA, B8 and DA. RGB value is (234,184,218). Sum of RGB (Red+Green+Blue) = 234+184+218=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8DA is #154725. Grayscale: #CACACA. Windows color (decimal): -1394470 or 14334186. OLE color: 14334186.

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

Color convert

RGB 234 184 218 -
CMYK 0 0.21 0.07 0.08
HSL 319.2º 0.54% 0.82% -
HSV(B) 319.2º 0.21% 0.92% -
XYZ 63.73 56.84 73.94 -
YUV 202.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 234 184 218 0 0.21 0.07 0.08 319.2 0.54 0.82
Hex EA B8 DA 0 15 7 8 13F 36 52
Octal 352 270 332 0 25 7 10 477 66 122
Binary 11101010 10111000 11011010 0 10101 111 1000 100111111 110110 1010010

Color Harmonies of #EAB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8DA

Black with #EAB8DA

Text Example


Text Example

White with #EAB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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