Html Css Color HEX #EBBADA French Lilac

📋 copy color: '#EBBADA'

red 235 ◦ green 186 ◦ blue 218

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

Shades of French Lilac #EBBADA

Tints of French Lilac #EBBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.11%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 36.78%
G = 29.11%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBBADA (or 0xEBBADA) is known color: French Lilac. HEX triplet: EB, BA and DA. RGB value is (235,186,218). Sum of RGB (Red+Green+Blue) = 235+186+218=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADA is #144525. Grayscale: #CCCCCC. Windows color (decimal): -1328422 or 14334699. OLE color: 14334699.

HSL color Cylindrical-coordinate representation of color #EBBADA: hue angle of 320.82º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBADA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 218 -
CMYK 0 0.21 0.07 0.08
HSL 320.82º 0.55% 0.83% -
HSV(B) 320.82º 0.21% 0.92% -
XYZ 64.47 57.84 74.1 -
YUV 204.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 235 186 218 0 0.21 0.07 0.08 320.82 0.55 0.83
Hex EB BA DA 0 15 7 8 141 37 53
Octal 353 272 332 0 25 7 10 501 67 123
Binary 11101011 10111010 11011010 0 10101 111 1000 101000001 110111 1010011

Color Harmonies of #EBBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBADA

Black with #EBBADA

Text Example


Text Example

White with #EBBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBADA; }

 p { color: rgb(235,186,218); }

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

background-color css

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

 a { background-color: rgb(235,186,218); }

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

border-color css

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

 span { border-color: rgb(235,186,218); }

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