Html Css Color HEX #E7BDDD French Lilac

📋 copy color: '#E7BDDD'

red 231 ◦ green 189 ◦ blue 221

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

Shades of French Lilac #E7BDDD

Tints of French Lilac #E7BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.49%

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

R = 36.04%
G = 29.49%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E7BDDD (or 0xE7BDDD) is known color: French Lilac. HEX triplet: E7, BD and DD. RGB value is (231,189,221). Sum of RGB (Red+Green+Blue) = 231+189+221=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDDD is #184222. Grayscale: #CDCDCD. Windows color (decimal): -1589795 or 14532071. OLE color: 14532071.

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

Color convert

RGB 231 189 221 -
CMYK 0 0.18 0.04 0.09
HSL 314.29º 0.47% 0.82% -
HSV(B) 314.29º 0.18% 0.91% -
XYZ 64.2 58.6 76.33 -
YUV 205.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 231 189 221 0 0.18 0.04 0.09 314.29 0.47 0.82
Hex E7 BD DD 0 12 4 9 13A 2F 52
Octal 347 275 335 0 22 4 11 472 57 122
Binary 11100111 10111101 11011101 0 10010 100 1001 100111010 101111 1010010

Color Harmonies of #E7BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDDD

Black with #E7BDDD

Text Example


Text Example

White with #E7BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDDD; }

 p { color: rgb(231,189,221); }

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

background-color css

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

 a { background-color: rgb(231,189,221); }

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

border-color css

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

 span { border-color: rgb(231,189,221); }

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