Html Css Color HEX #E2C9DD French Lilac

📋 copy color: '#E2C9DD'

red 226 ◦ green 201 ◦ blue 221

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

Shades of French Lilac #E2C9DD

Tints of French Lilac #E2C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.02%

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

R = 34.88%
G = 31.02%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2C9DD (or 0xE2C9DD) is known color: French Lilac. HEX triplet: E2, C9 and DD. RGB value is (226,201,221). Sum of RGB (Red+Green+Blue) = 226+201+221=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9DD is #1D3622. Grayscale: #D2D2D2. Windows color (decimal): -1914403 or 14535138. OLE color: 14535138.

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

Color convert

RGB 226 201 221 -
CMYK 0 0.11 0.02 0.11
HSL 312º 0.3% 0.84% -
HSV(B) 312º 0.11% 0.89% -
XYZ 65.3 63.16 77.16 -
YUV 210.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 226 201 221 0 0.11 0.02 0.11 312 0.3 0.84
Hex E2 C9 DD 0 B 2 B 138 1E 54
Octal 342 311 335 0 13 2 13 470 36 124
Binary 11100010 11001001 11011101 0 1011 10 1011 100111000 11110 1010100

Color Harmonies of #E2C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C9DD

Black with #E2C9DD

Text Example


Text Example

White with #E2C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C9DD; }

 p { color: rgb(226,201,221); }

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

background-color css

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

 a { background-color: rgb(226,201,221); }

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

border-color css

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

 span { border-color: rgb(226,201,221); }

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