Html Css Color HEX #E6BFE5 French Lilac

📋 copy color: '#E6BFE5'

red 230 ◦ green 191 ◦ blue 229

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

Shades of French Lilac #E6BFE5

Tints of French Lilac #E6BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 35.38%
G = 29.38%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6BFE5 (or 0xE6BFE5) is known color: French Lilac. HEX triplet: E6, BF and E5. RGB value is (230,191,229). Sum of RGB (Red+Green+Blue) = 230+191+229=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFE5 is #19401A. Grayscale: #CECECE. Windows color (decimal): -1654811 or 15056870. OLE color: 15056870.

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

Color convert

RGB 230 191 229 -
CMYK 0 0.17 0.00 0.10
HSL 301.54º 0.44% 0.83% -
HSV(B) 301.54º 0.17% 0.9% -
XYZ 65.41 59.74 82.21 -
YUV 206.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 230 191 229 0 0.17 0.00 0.10 301.54 0.44 0.83
Hex E6 BF E5 0 11 0 A 12E 2C 53
Octal 346 277 345 0 21 0 12 456 54 123
Binary 11100110 10111111 11100101 0 10001 0 1010 100101110 101100 1010011

Color Harmonies of #E6BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFE5

Black with #E6BFE5

Text Example


Text Example

White with #E6BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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