Html Css Color HEX #E5C2DD French Lilac

📋 copy color: '#E5C2DD'

red 229 ◦ green 194 ◦ blue 221

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

Shades of French Lilac #E5C2DD

Tints of French Lilac #E5C2DD

RGB

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

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

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

R = 35.56%
G = 30.12%
B = 34.32%

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

#E5C2DD (or 0xE5C2DD) is known color: French Lilac. HEX triplet: E5, C2 and DD. RGB value is (229,194,221). Sum of RGB (Red+Green+Blue) = 229+194+221=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2DD is #1A3D22. Grayscale: #CFCFCF. Windows color (decimal): -1719587 or 14533349. OLE color: 14533349.

HSL color Cylindrical-coordinate representation of color #E5C2DD: hue angle of 313.71º 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 #E5C2DD is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 194 221 -
CMYK 0 0.15 0.03 0.10
HSL 313.71º 0.4% 0.83% -
HSV(B) 313.71º 0.15% 0.9% -
XYZ 64.66 60.46 76.67 -
YUV 207.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 229 194 221 0 0.15 0.03 0.10 313.71 0.4 0.83
Hex E5 C2 DD 0 F 3 A 13A 28 53
Octal 345 302 335 0 17 3 12 472 50 123
Binary 11100101 11000010 11011101 0 1111 11 1010 100111010 101000 1010011

Color Harmonies of #E5C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2DD

Black with #E5C2DD

Text Example


Text Example

White with #E5C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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