Html Css Color HEX #EAB0DD French Lilac

📋 copy color: '#EAB0DD'

red 234 ◦ green 176 ◦ blue 221

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

Shades of French Lilac #EAB0DD

Tints of French Lilac #EAB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.89%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 37.08%
G = 27.89%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAB0DD (or 0xEAB0DD) is known color: French Lilac. HEX triplet: EA, B0 and DD. RGB value is (234,176,221). Sum of RGB (Red+Green+Blue) = 234+176+221=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0DD is #154F22. Grayscale: #C6C6C6. Windows color (decimal): -1396515 or 14528746. OLE color: 14528746.

HSL color Cylindrical-coordinate representation of color #EAB0DD: hue angle of 313.45º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0DD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 221 -
CMYK 0 0.25 0.06 0.08
HSL 313.45º 0.58% 0.8% -
HSV(B) 313.45º 0.25% 0.92% -
XYZ 62.51 53.76 75.49 -
YUV 198.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 234 176 221 0 0.25 0.06 0.08 313.45 0.58 0.8
Hex EA B0 DD 0 19 6 8 139 3A 50
Octal 352 260 335 0 31 6 10 471 72 120
Binary 11101010 10110000 11011101 0 11001 110 1000 100111001 111010 1010000

Color Harmonies of #EAB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0DD

Black with #EAB0DD

Text Example


Text Example

White with #EAB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0DD; }

 p { color: rgb(234,176,221); }

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

background-color css

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

 a { background-color: rgb(234,176,221); }

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

border-color css

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

 span { border-color: rgb(234,176,221); }

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