Html Css Color HEX #E6BFDB French Lilac

📋 copy color: '#E6BFDB'

red 230 ◦ green 191 ◦ blue 219

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

Shades of French Lilac #E6BFDB

Tints of French Lilac #E6BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 29.84%

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

R = 35.94%
G = 29.84%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6BFDB (or 0xE6BFDB) is known color: French Lilac. HEX triplet: E6, BF and DB. RGB value is (230,191,219). Sum of RGB (Red+Green+Blue) = 230+191+219=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFDB is #194024. Grayscale: #CDCDCD. Windows color (decimal): -1654821 or 14401510. OLE color: 14401510.

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

Color convert

RGB 230 191 219 -
CMYK 0 0.17 0.05 0.10
HSL 316.92º 0.44% 0.83% -
HSV(B) 316.92º 0.17% 0.9% -
XYZ 64.05 59.2 75.07 -
YUV 205.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 230 191 219 0 0.17 0.05 0.10 316.92 0.44 0.83
Hex E6 BF DB 0 11 5 A 13D 2C 53
Octal 346 277 333 0 21 5 12 475 54 123
Binary 11100110 10111111 11011011 0 10001 101 1010 100111101 101100 1010011

Color Harmonies of #E6BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFDB

Black with #E6BFDB

Text Example


Text Example

White with #E6BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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