Html Css Color HEX #E6BBDA French Lilac

📋 copy color: '#E6BBDA'

red 230 ◦ green 187 ◦ blue 218

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

Shades of French Lilac #E6BBDA

Tints of French Lilac #E6BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 36.22%
G = 29.45%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6BBDA (or 0xE6BBDA) is known color: French Lilac. HEX triplet: E6, BB and DA. RGB value is (230,187,218). Sum of RGB (Red+Green+Blue) = 230+187+218=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDA is #194425. Grayscale: #CBCBCB. Windows color (decimal): -1655846 or 14334950. OLE color: 14334950.

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

Color convert

RGB 230 187 218 -
CMYK 0 0.19 0.05 0.10
HSL 316.74º 0.46% 0.82% -
HSV(B) 316.74º 0.19% 0.9% -
XYZ 63.06 57.43 74.09 -
YUV 203.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 230 187 218 0 0.19 0.05 0.10 316.74 0.46 0.82
Hex E6 BB DA 0 13 5 A 13D 2E 52
Octal 346 273 332 0 23 5 12 475 56 122
Binary 11100110 10111011 11011010 0 10011 101 1010 100111101 101110 1010010

Color Harmonies of #E6BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBDA

Black with #E6BBDA

Text Example


Text Example

White with #E6BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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