Html Css Color HEX #EBC5E0 French Lilac

📋 copy color: '#EBC5E0'

red 235 ◦ green 197 ◦ blue 224

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

Shades of French Lilac #EBC5E0

Tints of French Lilac #EBC5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 35.82%
G = 30.03%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBC5E0 (or 0xEBC5E0) is known color: French Lilac. HEX triplet: EB, C5 and E0. RGB value is (235,197,224). Sum of RGB (Red+Green+Blue) = 235+197+224=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5E0 is #143A1F. Grayscale: #D3D3D3. Windows color (decimal): -1325600 or 14730731. OLE color: 14730731.

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

Color convert

RGB 235 197 224 -
CMYK 0 0.16 0.05 0.08
HSL 317.37º 0.49% 0.85% -
HSV(B) 317.37º 0.16% 0.92% -
XYZ 67.68 62.98 79.11 -
YUV 211.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 235 197 224 0 0.16 0.05 0.08 317.37 0.49 0.85
Hex EB C5 E0 0 10 5 8 13D 31 55
Octal 353 305 340 0 20 5 10 475 61 125
Binary 11101011 11000101 11100000 0 10000 101 1000 100111101 110001 1010101

Color Harmonies of #EBC5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5E0

Black with #EBC5E0

Text Example


Text Example

White with #EBC5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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