Html Css Color HEX #E5C2DE French Lilac

📋 copy color: '#E5C2DE'

red 229 ◦ green 194 ◦ blue 222

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

Shades of French Lilac #E5C2DE

Tints of French Lilac #E5C2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 35.5%
G = 30.08%
B = 34.42%

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

#E5C2DE (or 0xE5C2DE) is known color: French Lilac. HEX triplet: E5, C2 and DE. RGB value is (229,194,222). Sum of RGB (Red+Green+Blue) = 229+194+222=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2DE is #1A3D21. Grayscale: #CFCFCF. Windows color (decimal): -1719586 or 14598885. OLE color: 14598885.

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

Color convert

RGB 229 194 222 -
CMYK 0 0.15 0.03 0.10
HSL 312º 0.4% 0.83% -
HSV(B) 312º 0.15% 0.9% -
XYZ 64.79 60.52 77.37 -
YUV 207.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 229 194 222 0 0.15 0.03 0.10 312 0.4 0.83
Hex E5 C2 DE 0 F 3 A 138 28 53
Octal 345 302 336 0 17 3 12 470 50 123
Binary 11100101 11000010 11011110 0 1111 11 1010 100111000 101000 1010011

Color Harmonies of #E5C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2DE

Black with #E5C2DE

Text Example


Text Example

White with #E5C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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