Html Css Color HEX #E1CEDD French Lilac

📋 copy color: '#E1CEDD'

red 225 ◦ green 206 ◦ blue 221

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

Shades of French Lilac #E1CEDD

Tints of French Lilac #E1CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.6%

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

R = 34.51%
G = 31.6%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1CEDD (or 0xE1CEDD) is known color: French Lilac. HEX triplet: E1, CE and DD. RGB value is (225,206,221). Sum of RGB (Red+Green+Blue) = 225+206+221=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEDD is #1E3122. Grayscale: #D5D5D5. Windows color (decimal): -1978659 or 14536417. OLE color: 14536417.

HSL color Cylindrical-coordinate representation of color #E1CEDD: hue angle of 312.63º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CEDD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 221 -
CMYK 0 0.08 0.02 0.12
HSL 312.63º 0.24% 0.85% -
HSV(B) 312.63º 0.08% 0.88% -
XYZ 66.17 65.37 77.54 -
YUV 213.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 225 206 221 0 0.08 0.02 0.12 312.63 0.24 0.85
Hex E1 CE DD 0 8 2 C 139 18 55
Octal 341 316 335 0 10 2 14 471 30 125
Binary 11100001 11001110 11011101 0 1000 10 1100 100111001 11000 1010101

Color Harmonies of #E1CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEDD

Black with #E1CEDD

Text Example


Text Example

White with #E1CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEDD; }

 p { color: rgb(225,206,221); }

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

background-color css

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

 a { background-color: rgb(225,206,221); }

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

border-color css

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

 span { border-color: rgb(225,206,221); }

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