Html Css Color HEX #EBBDEA French Lilac

📋 copy color: '#EBBDEA'

red 235 ◦ green 189 ◦ blue 234

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

Shades of French Lilac #EBBDEA

Tints of French Lilac #EBBDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 35.71%
G = 28.72%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBBDEA (or 0xEBBDEA) is known color: French Lilac. HEX triplet: EB, BD and EA. RGB value is (235,189,234). Sum of RGB (Red+Green+Blue) = 235+189+234=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDEA is #144215. Grayscale: #CFCFCF. Windows color (decimal): -1327638 or 15384043. OLE color: 15384043.

HSL color Cylindrical-coordinate representation of color #EBBDEA: hue angle of 301.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDEA is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 234 -
CMYK 0 0.20 0.00 0.08
HSL 301.3º 0.53% 0.83% -
HSV(B) 301.3º 0.2% 0.92% -
XYZ 67.31 60 85.88 -
YUV 207.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 235 189 234 0 0.20 0.00 0.08 301.3 0.53 0.83
Hex EB BD EA 0 14 0 8 12D 35 53
Octal 353 275 352 0 24 0 10 455 65 123
Binary 11101011 10111101 11101010 0 10100 0 1000 100101101 110101 1010011

Color Harmonies of #EBBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDEA

Black with #EBBDEA

Text Example


Text Example

White with #EBBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDEA; }

 p { color: rgb(235,189,234); }

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

background-color css

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

 a { background-color: rgb(235,189,234); }

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

border-color css

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

 span { border-color: rgb(235,189,234); }

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