Html Css Color HEX #E6BBE2 French Lilac

📋 copy color: '#E6BBE2'

red 230 ◦ green 187 ◦ blue 226

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

Shades of French Lilac #E6BBE2

Tints of French Lilac #E6BBE2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.08%

 BLUE value IS 226 (88.67% from 255) = 35.15%

R = 35.77%
G = 29.08%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E6BBE2 (or 0xE6BBE2) is known color: French Lilac. HEX triplet: E6, BB and E2. RGB value is (230,187,226). Sum of RGB (Red+Green+Blue) = 230+187+226=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBE2 is #19441D. Grayscale: #CCCCCC. Windows color (decimal): -1655838 or 14859238. OLE color: 14859238.

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

Color convert

RGB 230 187 226 -
CMYK 0 0.19 0.02 0.10
HSL 305.58º 0.46% 0.82% -
HSV(B) 305.58º 0.19% 0.9% -
XYZ 64.13 57.85 79.74 -
YUV 204.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 230 187 226 0 0.19 0.02 0.10 305.58 0.46 0.82
Hex E6 BB E2 0 13 2 A 132 2E 52
Octal 346 273 342 0 23 2 12 462 56 122
Binary 11100110 10111011 11100010 0 10011 10 1010 100110010 101110 1010010

Color Harmonies of #E6BBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBE2

Black with #E6BBE2

Text Example


Text Example

White with #E6BBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBE2; }

 p { color: rgb(230,187,226); }

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

background-color css

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

 a { background-color: rgb(230,187,226); }

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

border-color css

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

 span { border-color: rgb(230,187,226); }

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