Html Css Color HEX #EBC2E9 French Lilac

📋 copy color: '#EBC2E9'

red 235 ◦ green 194 ◦ blue 233

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

Shades of French Lilac #EBC2E9

Tints of French Lilac #EBC2E9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.31%

 BLUE value IS 233 (91.41% from 255) = 35.2%

R = 35.5%
G = 29.31%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBC2E9 (or 0xEBC2E9) is known color: French Lilac. HEX triplet: EB, C2 and E9. RGB value is (235,194,233). Sum of RGB (Red+Green+Blue) = 235+194+233=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2E9 is #143D16. Grayscale: #D2D2D2. Windows color (decimal): -1326359 or 15319787. OLE color: 15319787.

HSL color Cylindrical-coordinate representation of color #EBC2E9: hue angle of 302.93º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2E9 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 233 -
CMYK 0 0.17 0.01 0.08
HSL 302.93º 0.51% 0.84% -
HSV(B) 302.93º 0.17% 0.92% -
XYZ 68.26 62.13 85.49 -
YUV 210.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 235 194 233 0 0.17 0.01 0.08 302.93 0.51 0.84
Hex EB C2 E9 0 11 1 8 12F 33 54
Octal 353 302 351 0 21 1 10 457 63 124
Binary 11101011 11000010 11101001 0 10001 1 1000 100101111 110011 1010100

Color Harmonies of #EBC2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2E9

Black with #EBC2E9

Text Example


Text Example

White with #EBC2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2E9; }

 p { color: rgb(235,194,233); }

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

background-color css

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

 a { background-color: rgb(235,194,233); }

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

border-color css

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

 span { border-color: rgb(235,194,233); }

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