Html Css Color HEX #E6BBDD French Lilac

📋 copy color: '#E6BBDD'

red 230 ◦ green 187 ◦ blue 221

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

Shades of French Lilac #E6BBDD

Tints of French Lilac #E6BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 36.05%
G = 29.31%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6BBDD (or 0xE6BBDD) is known color: French Lilac. HEX triplet: E6, BB and DD. RGB value is (230,187,221). Sum of RGB (Red+Green+Blue) = 230+187+221=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDD is #194422. Grayscale: #CBCBCB. Windows color (decimal): -1655843 or 14531558. OLE color: 14531558.

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

Color convert

RGB 230 187 221 -
CMYK 0 0.19 0.04 0.10
HSL 312.56º 0.46% 0.82% -
HSV(B) 312.56º 0.19% 0.9% -
XYZ 63.45 57.58 76.18 -
YUV 203.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 230 187 221 0 0.19 0.04 0.10 312.56 0.46 0.82
Hex E6 BB DD 0 13 4 A 139 2E 52
Octal 346 273 335 0 23 4 12 471 56 122
Binary 11100110 10111011 11011101 0 10011 100 1010 100111001 101110 1010010

Color Harmonies of #E6BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBDD

Black with #E6BBDD

Text Example


Text Example

White with #E6BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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