Html Css Color HEX #EAACDB French Lilac

📋 copy color: '#EAACDB'

red 234 ◦ green 172 ◦ blue 219

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

Shades of French Lilac #EAACDB

Tints of French Lilac #EAACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 37.44%
G = 27.52%
B = 35.04%

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

#EAACDB (or 0xEAACDB) is known color: French Lilac. HEX triplet: EA, AC and DB. RGB value is (234,172,219). Sum of RGB (Red+Green+Blue) = 234+172+219=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDB is #155324. Grayscale: #C3C3C3. Windows color (decimal): -1397541 or 14396650. OLE color: 14396650.

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

Color convert

RGB 234 172 219 -
CMYK 0 0.26 0.06 0.08
HSL 314.52º 0.6% 0.8% -
HSV(B) 314.52º 0.26% 0.92% -
XYZ 61.47 52.11 73.84 -
YUV 195.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 234 172 219 0 0.26 0.06 0.08 314.52 0.6 0.8
Hex EA AC DB 0 1A 6 8 13B 3C 50
Octal 352 254 333 0 32 6 10 473 74 120
Binary 11101010 10101100 11011011 0 11010 110 1000 100111011 111100 1010000

Color Harmonies of #EAACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACDB

Black with #EAACDB

Text Example


Text Example

White with #EAACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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