Html Css Color HEX #E6BFE3 French Lilac

📋 copy color: '#E6BFE3'

red 230 ◦ green 191 ◦ blue 227

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

Shades of French Lilac #E6BFE3

Tints of French Lilac #E6BFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.03%

R = 35.49%
G = 29.48%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E6BFE3 (or 0xE6BFE3) is known color: French Lilac. HEX triplet: E6, BF and E3. RGB value is (230,191,227). Sum of RGB (Red+Green+Blue) = 230+191+227=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFE3 is #19401C. Grayscale: #CECECE. Windows color (decimal): -1654813 or 14925798. OLE color: 14925798.

HSL color Cylindrical-coordinate representation of color #E6BFE3: hue angle of 304.62º 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 #E6BFE3 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 227 -
CMYK 0 0.17 0.01 0.10
HSL 304.62º 0.44% 0.83% -
HSV(B) 304.62º 0.17% 0.9% -
XYZ 65.13 59.63 80.75 -
YUV 206.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 230 191 227 0 0.17 0.01 0.10 304.62 0.44 0.83
Hex E6 BF E3 0 11 1 A 131 2C 53
Octal 346 277 343 0 21 1 12 461 54 123
Binary 11100110 10111111 11100011 0 10001 1 1010 100110001 101100 1010011

Color Harmonies of #E6BFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFE3

Black with #E6BFE3

Text Example


Text Example

White with #E6BFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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