Html Css Color HEX #E6BCDD French Lilac

📋 copy color: '#E6BCDD'

red 230 ◦ green 188 ◦ blue 221

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

Shades of French Lilac #E6BCDD

Tints of French Lilac #E6BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.42%

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

R = 35.99%
G = 29.42%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6BCDD (or 0xE6BCDD) is known color: French Lilac. HEX triplet: E6, BC and DD. RGB value is (230,188,221). Sum of RGB (Red+Green+Blue) = 230+188+221=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCDD is #194322. Grayscale: #CCCCCC. Windows color (decimal): -1655587 or 14531814. OLE color: 14531814.

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

Color convert

RGB 230 188 221 -
CMYK 0 0.18 0.04 0.10
HSL 312.86º 0.46% 0.82% -
HSV(B) 312.86º 0.18% 0.9% -
XYZ 63.67 58.01 76.25 -
YUV 204.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 230 188 221 0 0.18 0.04 0.10 312.86 0.46 0.82
Hex E6 BC DD 0 12 4 A 139 2E 52
Octal 346 274 335 0 22 4 12 471 56 122
Binary 11100110 10111100 11011101 0 10010 100 1010 100111001 101110 1010010

Color Harmonies of #E6BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCDD

Black with #E6BCDD

Text Example


Text Example

White with #E6BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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