Html Css Color HEX #E2CDDE French Lilac

📋 copy color: '#E2CDDE'

red 226 ◦ green 205 ◦ blue 222

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

Shades of French Lilac #E2CDDE

Tints of French Lilac #E2CDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.39%

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

R = 34.61%
G = 31.39%
B = 34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2CDDE (or 0xE2CDDE) is known color: French Lilac. HEX triplet: E2, CD and DE. RGB value is (226,205,222). Sum of RGB (Red+Green+Blue) = 226+205+222=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDE is #1D3221. Grayscale: #D5D5D5. Windows color (decimal): -1913378 or 14601698. OLE color: 14601698.

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

Color convert

RGB 226 205 222 -
CMYK 0 0.09 0.02 0.11
HSL 311.43º 0.27% 0.85% -
HSV(B) 311.43º 0.09% 0.89% -
XYZ 66.38 65.11 78.18 -
YUV 213.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 226 205 222 0 0.09 0.02 0.11 311.43 0.27 0.85
Hex E2 CD DE 0 9 2 B 137 1B 55
Octal 342 315 336 0 11 2 13 467 33 125
Binary 11100010 11001101 11011110 0 1001 10 1011 100110111 11011 1010101

Color Harmonies of #E2CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CDDE

Black with #E2CDDE

Text Example


Text Example

White with #E2CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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