Html Css Color HEX #EBB0D7 French Lilac

📋 copy color: '#EBB0D7'

red 235 ◦ green 176 ◦ blue 215

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

Shades of French Lilac #EBB0D7

Tints of French Lilac #EBB0D7

RGB

 RED value IS 235 (92.19% from 255) = 37.54%

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

 BLUE value IS 215 (84.38% from 255) = 34.35%

R = 37.54%
G = 28.12%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBB0D7 (or 0xEBB0D7) is known color: French Lilac. HEX triplet: EB, B0 and D7. RGB value is (235,176,215). Sum of RGB (Red+Green+Blue) = 235+176+215=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D7 is #144F28. Grayscale: #C5C5C5. Windows color (decimal): -1330985 or 14135531. OLE color: 14135531.

HSL color Cylindrical-coordinate representation of color #EBB0D7: hue angle of 320.34º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0D7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 215 -
CMYK 0 0.25 0.09 0.08
HSL 320.34º 0.6% 0.81% -
HSV(B) 320.34º 0.25% 0.92% -
XYZ 62.05 53.62 71.37 -
YUV 198.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 235 176 215 0 0.25 0.09 0.08 320.34 0.6 0.81
Hex EB B0 D7 0 19 9 8 140 3C 51
Octal 353 260 327 0 31 11 10 500 74 121
Binary 11101011 10110000 11010111 0 11001 1001 1000 101000000 111100 1010001

Color Harmonies of #EBB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0D7

Black with #EBB0D7

Text Example


Text Example

White with #EBB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0D7; }

 p { color: rgb(235,176,215); }

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

background-color css

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

 a { background-color: rgb(235,176,215); }

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

border-color css

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

 span { border-color: rgb(235,176,215); }

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