Html Css Color HEX #EAACDD French Lilac

📋 copy color: '#EAACDD'

red 234 ◦ green 172 ◦ blue 221

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

Shades of French Lilac #EAACDD

Tints of French Lilac #EAACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.43%

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

R = 37.32%
G = 27.43%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAACDD (or 0xEAACDD) is known color: French Lilac. HEX triplet: EA, AC and DD. RGB value is (234,172,221). Sum of RGB (Red+Green+Blue) = 234+172+221=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDD is #155322. Grayscale: #C3C3C3. Windows color (decimal): -1397539 or 14527722. OLE color: 14527722.

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

Color convert

RGB 234 172 221 -
CMYK 0 0.26 0.06 0.08
HSL 312.58º 0.6% 0.8% -
HSV(B) 312.58º 0.26% 0.92% -
XYZ 61.74 52.22 75.23 -
YUV 196.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 234 172 221 0 0.26 0.06 0.08 312.58 0.6 0.8
Hex EA AC DD 0 1A 6 8 139 3C 50
Octal 352 254 335 0 32 6 10 471 74 120
Binary 11101010 10101100 11011101 0 11010 110 1000 100111001 111100 1010000

Color Harmonies of #EAACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACDD

Black with #EAACDD

Text Example


Text Example

White with #EAACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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