Html Css Color HEX #E2C8DD French Lilac

📋 copy color: '#E2C8DD'

red 226 ◦ green 200 ◦ blue 221

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

Shades of French Lilac #E2C8DD

Tints of French Lilac #E2C8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.91%

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

R = 34.93%
G = 30.91%
B = 34.16%

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

#E2C8DD (or 0xE2C8DD) is known color: French Lilac. HEX triplet: E2, C8 and DD. RGB value is (226,200,221). Sum of RGB (Red+Green+Blue) = 226+200+221=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C8DD is #1D3722. Grayscale: #D2D2D2. Windows color (decimal): -1914659 or 14534882. OLE color: 14534882.

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

Color convert

RGB 226 200 221 -
CMYK 0 0.12 0.02 0.11
HSL 311.54º 0.31% 0.84% -
HSV(B) 311.54º 0.12% 0.89% -
XYZ 65.07 62.7 77.08 -
YUV 210.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 226 200 221 0 0.12 0.02 0.11 311.54 0.31 0.84
Hex E2 C8 DD 0 C 2 B 138 1F 54
Octal 342 310 335 0 14 2 13 470 37 124
Binary 11100010 11001000 11011101 0 1100 10 1011 100111000 11111 1010100

Color Harmonies of #E2C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C8DD

Black with #E2C8DD

Text Example


Text Example

White with #E2C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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