Html Css Color HEX #EAB6DD French Lilac

📋 copy color: '#EAB6DD'

red 234 ◦ green 182 ◦ blue 221

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

Shades of French Lilac #EAB6DD

Tints of French Lilac #EAB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.57%

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

R = 36.73%
G = 28.57%
B = 34.69%

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

#EAB6DD (or 0xEAB6DD) is known color: French Lilac. HEX triplet: EA, B6 and DD. RGB value is (234,182,221). Sum of RGB (Red+Green+Blue) = 234+182+221=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6DD is #154922. Grayscale: #C9C9C9. Windows color (decimal): -1394979 or 14530282. OLE color: 14530282.

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

Color convert

RGB 234 182 221 -
CMYK 0 0.22 0.06 0.08
HSL 315º 0.55% 0.82% -
HSV(B) 315º 0.22% 0.92% -
XYZ 63.71 56.17 75.89 -
YUV 201.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 234 182 221 0 0.22 0.06 0.08 315 0.55 0.82
Hex EA B6 DD 0 16 6 8 13B 37 52
Octal 352 266 335 0 26 6 10 473 67 122
Binary 11101010 10110110 11011101 0 10110 110 1000 100111011 110111 1010010

Color Harmonies of #EAB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6DD

Black with #EAB6DD

Text Example


Text Example

White with #EAB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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