Html Css Color HEX #EAB7DD French Lilac

📋 copy color: '#EAB7DD'

red 234 ◦ green 183 ◦ blue 221

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

Shades of French Lilac #EAB7DD

Tints of French Lilac #EAB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.68%

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

R = 36.68%
G = 28.68%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAB7DD (or 0xEAB7DD) is known color: French Lilac. HEX triplet: EA, B7 and DD. RGB value is (234,183,221). Sum of RGB (Red+Green+Blue) = 234+183+221=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7DD is #154822. Grayscale: #CACACA. Windows color (decimal): -1394723 or 14530538. OLE color: 14530538.

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

Color convert

RGB 234 183 221 -
CMYK 0 0.22 0.06 0.08
HSL 315.29º 0.55% 0.82% -
HSV(B) 315.29º 0.22% 0.92% -
XYZ 63.92 56.58 75.96 -
YUV 202.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 234 183 221 0 0.22 0.06 0.08 315.29 0.55 0.82
Hex EA B7 DD 0 16 6 8 13B 37 52
Octal 352 267 335 0 26 6 10 473 67 122
Binary 11101010 10110111 11011101 0 10110 110 1000 100111011 110111 1010010

Color Harmonies of #EAB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB7DD

Black with #EAB7DD

Text Example


Text Example

White with #EAB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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