Html Css Color HEX #EACBE2 French Lilac

📋 copy color: '#EACBE2'

red 234 ◦ green 203 ◦ blue 226

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

Shades of French Lilac #EACBE2

Tints of French Lilac #EACBE2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.62%

 BLUE value IS 226 (88.67% from 255) = 34.09%

R = 35.29%
G = 30.62%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EACBE2 (or 0xEACBE2) is known color: French Lilac. HEX triplet: EA, CB and E2. RGB value is (234,203,226). Sum of RGB (Red+Green+Blue) = 234+203+226=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE2 is #15341D. Grayscale: #D6D6D6. Windows color (decimal): -1389598 or 14863338. OLE color: 14863338.

HSL color Cylindrical-coordinate representation of color #EACBE2: hue angle of 315.48º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACBE2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 203 226 -
CMYK 0 0.13 0.03 0.08
HSL 315.48º 0.42% 0.86% -
HSV(B) 315.48º 0.13% 0.92% -
XYZ 69.02 65.7 80.99 -
YUV 214.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 234 203 226 0 0.13 0.03 0.08 315.48 0.42 0.86
Hex EA CB E2 0 D 3 8 13B 2A 56
Octal 352 313 342 0 15 3 10 473 52 126
Binary 11101010 11001011 11100010 0 1101 11 1000 100111011 101010 1010110

Color Harmonies of #EACBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACBE2

Black with #EACBE2

Text Example


Text Example

White with #EACBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACBE2; }

 p { color: rgb(234,203,226); }

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

background-color css

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

 a { background-color: rgb(234,203,226); }

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

border-color css

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

 span { border-color: rgb(234,203,226); }

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