Html Css Color HEX #EBC5E6 French Lilac

📋 copy color: '#EBC5E6'

red 235 ◦ green 197 ◦ blue 230

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

Shades of French Lilac #EBC5E6

Tints of French Lilac #EBC5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.74%

R = 35.5%
G = 29.76%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBC5E6 (or 0xEBC5E6) is known color: French Lilac. HEX triplet: EB, C5 and E6. RGB value is (235,197,230). Sum of RGB (Red+Green+Blue) = 235+197+230=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5E6 is #143A19. Grayscale: #D4D4D4. Windows color (decimal): -1325594 or 15123947. OLE color: 15123947.

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

Color convert

RGB 235 197 230 -
CMYK 0 0.16 0.02 0.08
HSL 307.89º 0.49% 0.85% -
HSV(B) 307.89º 0.16% 0.92% -
XYZ 68.51 63.31 83.47 -
YUV 212.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 235 197 230 0 0.16 0.02 0.08 307.89 0.49 0.85
Hex EB C5 E6 0 10 2 8 134 31 55
Octal 353 305 346 0 20 2 10 464 61 125
Binary 11101011 11000101 11100110 0 10000 10 1000 100110100 110001 1010101

Color Harmonies of #EBC5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5E6

Black with #EBC5E6

Text Example


Text Example

White with #EBC5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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