Html Css Color HEX #E5C2DF French Lilac

📋 copy color: '#E5C2DF'

red 229 ◦ green 194 ◦ blue 223

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

Shades of French Lilac #E5C2DF

Tints of French Lilac #E5C2DF

RGB

 RED value IS 229 (89.84% from 255) = 35.45%

 GREEN value IS 194 (76.17% from 255) = 30.03%

 BLUE value IS 223 (87.5% from 255) = 34.52%

R = 35.45%
G = 30.03%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5C2DF (or 0xE5C2DF) is known color: French Lilac. HEX triplet: E5, C2 and DF. RGB value is (229,194,223). Sum of RGB (Red+Green+Blue) = 229+194+223=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2DF is #1A3D20. Grayscale: #CFCFCF. Windows color (decimal): -1719585 or 14664421. OLE color: 14664421.

HSL color Cylindrical-coordinate representation of color #E5C2DF: hue angle of 310.29º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C2DF is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 194 223 -
CMYK 0 0.15 0.03 0.10
HSL 310.29º 0.4% 0.83% -
HSV(B) 310.29º 0.15% 0.9% -
XYZ 64.92 60.57 78.08 -
YUV 207.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 229 194 223 0 0.15 0.03 0.10 310.29 0.4 0.83
Hex E5 C2 DF 0 F 3 A 136 28 53
Octal 345 302 337 0 17 3 12 466 50 123
Binary 11100101 11000010 11011111 0 1111 11 1010 100110110 101000 1010011

Color Harmonies of #E5C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2DF

Black with #E5C2DF

Text Example


Text Example

White with #E5C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2DF; }

 p { color: rgb(229,194,223); }

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

background-color css

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

 a { background-color: rgb(229,194,223); }

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

border-color css

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

 span { border-color: rgb(229,194,223); }

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