Html Css Color HEX #E6C1DB French Lilac

📋 copy color: '#E6C1DB'

red 230 ◦ green 193 ◦ blue 219

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

Shades of French Lilac #E6C1DB

Tints of French Lilac #E6C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.06%

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 35.83%
G = 30.06%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6C1DB (or 0xE6C1DB) is known color: French Lilac. HEX triplet: E6, C1 and DB. RGB value is (230,193,219). Sum of RGB (Red+Green+Blue) = 230+193+219=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1DB is #193E24. Grayscale: #CECECE. Windows color (decimal): -1654309 or 14402022. OLE color: 14402022.

HSL color Cylindrical-coordinate representation of color #E6C1DB: hue angle of 317.84º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C1DB is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 193 219 -
CMYK 0 0.16 0.05 0.10
HSL 317.84º 0.43% 0.83% -
HSV(B) 317.84º 0.16% 0.9% -
XYZ 64.49 60.08 75.21 -
YUV 207.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 230 193 219 0 0.16 0.05 0.10 317.84 0.43 0.83
Hex E6 C1 DB 0 10 5 A 13E 2B 53
Octal 346 301 333 0 20 5 12 476 53 123
Binary 11100110 11000001 11011011 0 10000 101 1010 100111110 101011 1010011

Color Harmonies of #E6C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C1DB

Black with #E6C1DB

Text Example


Text Example

White with #E6C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C1DB; }

 p { color: rgb(230,193,219); }

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

background-color css

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

 a { background-color: rgb(230,193,219); }

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

border-color css

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

 span { border-color: rgb(230,193,219); }

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