Html Css Color HEX #E2C6DE French Lilac

📋 copy color: '#E2C6DE'

red 226 ◦ green 198 ◦ blue 222

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

Shades of French Lilac #E2C6DE

Tints of French Lilac #E2C6DE

RGB

 RED value IS 226 (88.67% from 255) = 34.98%

 GREEN value IS 198 (77.73% from 255) = 30.65%

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

R = 34.98%
G = 30.65%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2C6DE (or 0xE2C6DE) is known color: French Lilac. HEX triplet: E2, C6 and DE. RGB value is (226,198,222). Sum of RGB (Red+Green+Blue) = 226+198+222=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C6DE is #1D3921. Grayscale: #D1D1D1. Windows color (decimal): -1915170 or 14599906. OLE color: 14599906.

HSL color Cylindrical-coordinate representation of color #E2C6DE: hue angle of 308.57º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2C6DE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 198 222 -
CMYK 0 0.12 0.02 0.11
HSL 308.57º 0.33% 0.83% -
HSV(B) 308.57º 0.12% 0.89% -
XYZ 64.74 61.83 77.63 -
YUV 209.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 226 198 222 0 0.12 0.02 0.11 308.57 0.33 0.83
Hex E2 C6 DE 0 C 2 B 135 21 53
Octal 342 306 336 0 14 2 13 465 41 123
Binary 11100010 11000110 11011110 0 1100 10 1011 100110101 100001 1010011

Color Harmonies of #E2C6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C6DE

Black with #E2C6DE

Text Example


Text Example

White with #E2C6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C6DE; }

 p { color: rgb(226,198,222); }

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

background-color css

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

 a { background-color: rgb(226,198,222); }

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

border-color css

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

 span { border-color: rgb(226,198,222); }

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