Html Css Color HEX #EBC3E7 French Lilac

📋 copy color: '#EBC3E7'

red 235 ◦ green 195 ◦ blue 231

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

Shades of French Lilac #EBC3E7

Tints of French Lilac #EBC3E7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.5%

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 35.55%
G = 29.5%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBC3E7 (or 0xEBC3E7) is known color: French Lilac. HEX triplet: EB, C3 and E7. RGB value is (235,195,231). Sum of RGB (Red+Green+Blue) = 235+195+231=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 195 (76.56% from 255 or 29.50% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3E7 is #143C18. Grayscale: #D2D2D2. Windows color (decimal): -1326105 or 15188971. OLE color: 15188971.

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

Color convert

RGB 235 195 231 -
CMYK 0 0.17 0.02 0.08
HSL 306º 0.5% 0.84% -
HSV(B) 306º 0.17% 0.92% -
XYZ 68.2 62.46 84.06 -
YUV 211.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 235 195 231 0 0.17 0.02 0.08 306 0.5 0.84
Hex EB C3 E7 0 11 2 8 132 32 54
Octal 353 303 347 0 21 2 10 462 62 124
Binary 11101011 11000011 11100111 0 10001 10 1000 100110010 110010 1010100

Color Harmonies of #EBC3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3E7

Black with #EBC3E7

Text Example


Text Example

White with #EBC3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3E7; }

 p { color: rgb(235,195,231); }

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

background-color css

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

 a { background-color: rgb(235,195,231); }

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

border-color css

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

 span { border-color: rgb(235,195,231); }

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