Html Css Color HEX #E6B7DC French Lilac

📋 copy color: '#E6B7DC'

red 230 ◦ green 183 ◦ blue 220

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

Shades of French Lilac #E6B7DC

Tints of French Lilac #E6B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.91%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 36.33%
G = 28.91%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6B7DC (or 0xE6B7DC) is known color: French Lilac. HEX triplet: E6, B7 and DC. RGB value is (230,183,220). Sum of RGB (Red+Green+Blue) = 230+183+220=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7DC is #194823. Grayscale: #C9C9C9. Windows color (decimal): -1656868 or 14464998. OLE color: 14464998.

HSL color Cylindrical-coordinate representation of color #E6B7DC: hue angle of 312.77º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B7DC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 183 220 -
CMYK 0 0.20 0.04 0.10
HSL 312.77º 0.48% 0.81% -
HSV(B) 312.77º 0.2% 0.9% -
XYZ 62.48 55.86 75.2 -
YUV 201.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 230 183 220 0 0.20 0.04 0.10 312.77 0.48 0.81
Hex E6 B7 DC 0 14 4 A 139 30 51
Octal 346 267 334 0 24 4 12 471 60 121
Binary 11100110 10110111 11011100 0 10100 100 1010 100111001 110000 1010001

Color Harmonies of #E6B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B7DC

Black with #E6B7DC

Text Example


Text Example

White with #E6B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B7DC; }

 p { color: rgb(230,183,220); }

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

background-color css

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

 a { background-color: rgb(230,183,220); }

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

border-color css

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

 span { border-color: rgb(230,183,220); }

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