Html Css Color HEX #EBB0D9 French Lilac

📋 copy color: '#EBB0D9'

red 235 ◦ green 176 ◦ blue 217

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

Shades of French Lilac #EBB0D9

Tints of French Lilac #EBB0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 37.42%
G = 28.03%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBB0D9 (or 0xEBB0D9) is known color: French Lilac. HEX triplet: EB, B0 and D9. RGB value is (235,176,217). Sum of RGB (Red+Green+Blue) = 235+176+217=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D9 is #144F26. Grayscale: #C6C6C6. Windows color (decimal): -1330983 or 14266603. OLE color: 14266603.

HSL color Cylindrical-coordinate representation of color #EBB0D9: hue angle of 318.31º 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 #EBB0D9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 217 -
CMYK 0 0.25 0.08 0.08
HSL 318.31º 0.6% 0.81% -
HSV(B) 318.31º 0.25% 0.92% -
XYZ 62.31 53.72 72.73 -
YUV 198.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 235 176 217 0 0.25 0.08 0.08 318.31 0.6 0.81
Hex EB B0 D9 0 19 8 8 13E 3C 51
Octal 353 260 331 0 31 10 10 476 74 121
Binary 11101011 10110000 11011001 0 11001 1000 1000 100111110 111100 1010001

Color Harmonies of #EBB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0D9

Black with #EBB0D9

Text Example


Text Example

White with #EBB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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