Html Css Color HEX #E6C6DC French Lilac

📋 copy color: '#E6C6DC'

red 230 ◦ green 198 ◦ blue 220

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

Shades of French Lilac #E6C6DC

Tints of French Lilac #E6C6DC

RGB

 RED value IS 230 (90.23% from 255) = 35.49%

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

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

R = 35.49%
G = 30.56%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6C6DC (or 0xE6C6DC) is known color: French Lilac. HEX triplet: E6, C6 and DC. RGB value is (230,198,220). Sum of RGB (Red+Green+Blue) = 230+198+220=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6DC is #193923. Grayscale: #D2D2D2. Windows color (decimal): -1653028 or 14468838. OLE color: 14468838.

HSL color Cylindrical-coordinate representation of color #E6C6DC: hue angle of 318.75º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C6DC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 198 220 -
CMYK 0 0.14 0.04 0.10
HSL 318.75º 0.39% 0.84% -
HSV(B) 318.75º 0.14% 0.9% -
XYZ 65.75 62.38 76.29 -
YUV 210.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 230 198 220 0 0.14 0.04 0.10 318.75 0.39 0.84
Hex E6 C6 DC 0 E 4 A 13F 27 54
Octal 346 306 334 0 16 4 12 477 47 124
Binary 11100110 11000110 11011100 0 1110 100 1010 100111111 100111 1010100

Color Harmonies of #E6C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C6DC

Black with #E6C6DC

Text Example


Text Example

White with #E6C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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