Html Css Color HEX #E0C6DC French Lilac

📋 copy color: '#E0C6DC'

red 224 ◦ green 198 ◦ blue 220

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

Shades of French Lilac #E0C6DC

Tints of French Lilac #E0C6DC

RGB

 RED value IS 224 (87.89% from 255) = 34.89%

 GREEN value IS 198 (77.73% from 255) = 30.84%

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

R = 34.89%
G = 30.84%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0C6DC (or 0xE0C6DC) is known color: French Lilac. HEX triplet: E0, C6 and DC. RGB value is (224,198,220). Sum of RGB (Red+Green+Blue) = 224+198+220=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6DC is #1F3923. Grayscale: #D0D0D0. Windows color (decimal): -2046244 or 14468832. OLE color: 14468832.

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

Color convert

RGB 224 198 220 -
CMYK 0 0.12 0.02 0.12
HSL 309.23º 0.3% 0.83% -
HSV(B) 309.23º 0.12% 0.88% -
XYZ 63.85 61.4 76.2 -
YUV 208.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 224 198 220 0 0.12 0.02 0.12 309.23 0.3 0.83
Hex E0 C6 DC 0 C 2 C 135 1E 53
Octal 340 306 334 0 14 2 14 465 36 123
Binary 11100000 11000110 11011100 0 1100 10 1100 100110101 11110 1010011

Color Harmonies of #E0C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C6DC

Black with #E0C6DC

Text Example


Text Example

White with #E0C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C6DC; }

 p { color: rgb(224,198,220); }

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

background-color css

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

 a { background-color: rgb(224,198,220); }

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

border-color css

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

 span { border-color: rgb(224,198,220); }

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