Html Css Color HEX #E6BEDB French Lilac

📋 copy color: '#E6BEDB'

red 230 ◦ green 190 ◦ blue 219

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

Shades of French Lilac #E6BEDB

Tints of French Lilac #E6BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.73%

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

R = 35.99%
G = 29.73%
B = 34.27%

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

#E6BEDB (or 0xE6BEDB) is known color: French Lilac. HEX triplet: E6, BE and DB. RGB value is (230,190,219). Sum of RGB (Red+Green+Blue) = 230+190+219=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEDB is #194124. Grayscale: #CDCDCD. Windows color (decimal): -1655077 or 14401254. OLE color: 14401254.

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

Color convert

RGB 230 190 219 -
CMYK 0 0.17 0.05 0.10
HSL 316.5º 0.44% 0.82% -
HSV(B) 316.5º 0.17% 0.9% -
XYZ 63.83 58.76 75 -
YUV 205.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 230 190 219 0 0.17 0.05 0.10 316.5 0.44 0.82
Hex E6 BE DB 0 11 5 A 13C 2C 52
Octal 346 276 333 0 21 5 12 474 54 122
Binary 11100110 10111110 11011011 0 10001 101 1010 100111100 101100 1010010

Color Harmonies of #E6BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEDB

Black with #E6BEDB

Text Example


Text Example

White with #E6BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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