Html Css Color HEX #E7B0D6 French Lilac

📋 copy color: '#E7B0D6'

red 231 ◦ green 176 ◦ blue 214

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

Shades of French Lilac #E7B0D6

Tints of French Lilac #E7B0D6

RGB

 RED value IS 231 (90.63% from 255) = 37.2%

 GREEN value IS 176 (69.14% from 255) = 28.34%

 BLUE value IS 214 (83.98% from 255) = 34.46%

R = 37.2%
G = 28.34%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E7B0D6 (or 0xE7B0D6) is known color: French Lilac. HEX triplet: E7, B0 and D6. RGB value is (231,176,214). Sum of RGB (Red+Green+Blue) = 231+176+214=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0D6 is #184F29. Grayscale: #C4C4C4. Windows color (decimal): -1593130 or 14069991. OLE color: 14069991.

HSL color Cylindrical-coordinate representation of color #E7B0D6: hue angle of 318.55º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0D6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 176 214 -
CMYK 0 0.24 0.07 0.09
HSL 318.55º 0.53% 0.8% -
HSV(B) 318.55º 0.24% 0.91% -
XYZ 60.62 52.89 70.63 -
YUV 196.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 231 176 214 0 0.24 0.07 0.09 318.55 0.53 0.8
Hex E7 B0 D6 0 18 7 9 13F 35 50
Octal 347 260 326 0 30 7 11 477 65 120
Binary 11100111 10110000 11010110 0 11000 111 1001 100111111 110101 1010000

Color Harmonies of #E7B0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B0D6

Black with #E7B0D6

Text Example


Text Example

White with #E7B0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B0D6; }

 p { color: rgb(231,176,214); }

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

background-color css

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

 a { background-color: rgb(231,176,214); }

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

border-color css

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

 span { border-color: rgb(231,176,214); }

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