Html Css Color HEX #E1CADC French Lilac

📋 copy color: '#E1CADC'

red 225 ◦ green 202 ◦ blue 220

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

Shades of French Lilac #E1CADC

Tints of French Lilac #E1CADC

RGB

 RED value IS 225 (88.28% from 255) = 34.78%

 GREEN value IS 202 (79.3% from 255) = 31.22%

 BLUE value IS 220 (86.33% from 255) = 34%

R = 34.78%
G = 31.22%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1CADC (or 0xE1CADC) is known color: French Lilac. HEX triplet: E1, CA and DC. RGB value is (225,202,220). Sum of RGB (Red+Green+Blue) = 225+202+220=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADC is #1E3523. Grayscale: #D2D2D2. Windows color (decimal): -1979684 or 14469857. OLE color: 14469857.

HSL color Cylindrical-coordinate representation of color #E1CADC: hue angle of 313.04º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CADC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 202 220 -
CMYK 0 0.10 0.02 0.12
HSL 313.04º 0.28% 0.84% -
HSV(B) 313.04º 0.1% 0.88% -
XYZ 65.09 63.42 76.52 -
YUV 210.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 225 202 220 0 0.10 0.02 0.12 313.04 0.28 0.84
Hex E1 CA DC 0 A 2 C 139 1C 54
Octal 341 312 334 0 12 2 14 471 34 124
Binary 11100001 11001010 11011100 0 1010 10 1100 100111001 11100 1010100

Color Harmonies of #E1CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CADC

Black with #E1CADC

Text Example


Text Example

White with #E1CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CADC; }

 p { color: rgb(225,202,220); }

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

background-color css

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

 a { background-color: rgb(225,202,220); }

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

border-color css

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

 span { border-color: rgb(225,202,220); }

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