Html Css Color HEX #EBB0D8 French Lilac

📋 copy color: '#EBB0D8'

red 235 ◦ green 176 ◦ blue 216

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

Shades of French Lilac #EBB0D8

Tints of French Lilac #EBB0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.45%

R = 37.48%
G = 28.07%
B = 34.45%

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

#EBB0D8 (or 0xEBB0D8) is known color: French Lilac. HEX triplet: EB, B0 and D8. RGB value is (235,176,216). Sum of RGB (Red+Green+Blue) = 235+176+216=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D8 is #144F27. Grayscale: #C6C6C6. Windows color (decimal): -1330984 or 14201067. OLE color: 14201067.

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

Color convert

RGB 235 176 216 -
CMYK 0 0.25 0.08 0.08
HSL 319.32º 0.6% 0.81% -
HSV(B) 319.32º 0.25% 0.92% -
XYZ 62.18 53.67 72.05 -
YUV 198.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 235 176 216 0 0.25 0.08 0.08 319.32 0.6 0.81
Hex EB B0 D8 0 19 8 8 13F 3C 51
Octal 353 260 330 0 31 10 10 477 74 121
Binary 11101011 10110000 11011000 0 11001 1000 1000 100111111 111100 1010001

Color Harmonies of #EBB0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0D8

Black with #EBB0D8

Text Example


Text Example

White with #EBB0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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