Html Css Color HEX #EBC5E5 French Lilac

📋 copy color: '#EBC5E5'

red 235 ◦ green 197 ◦ blue 229

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

Shades of French Lilac #EBC5E5

Tints of French Lilac #EBC5E5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.8%

 BLUE value IS 229 (89.84% from 255) = 34.64%

R = 35.55%
G = 29.8%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBC5E5 (or 0xEBC5E5) is known color: French Lilac. HEX triplet: EB, C5 and E5. RGB value is (235,197,229). Sum of RGB (Red+Green+Blue) = 235+197+229=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5E5 is #143A1A. Grayscale: #D3D3D3. Windows color (decimal): -1325595 or 15058411. OLE color: 15058411.

HSL color Cylindrical-coordinate representation of color #EBC5E5: hue angle of 309.47º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5E5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 229 -
CMYK 0 0.16 0.03 0.08
HSL 309.47º 0.49% 0.85% -
HSV(B) 309.47º 0.16% 0.92% -
XYZ 68.37 63.25 82.73 -
YUV 212.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 235 197 229 0 0.16 0.03 0.08 309.47 0.49 0.85
Hex EB C5 E5 0 10 3 8 135 31 55
Octal 353 305 345 0 20 3 10 465 61 125
Binary 11101011 11000101 11100101 0 10000 11 1000 100110101 110001 1010101

Color Harmonies of #EBC5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5E5

Black with #EBC5E5

Text Example


Text Example

White with #EBC5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5E5; }

 p { color: rgb(235,197,229); }

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

background-color css

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

 a { background-color: rgb(235,197,229); }

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

border-color css

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

 span { border-color: rgb(235,197,229); }

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