Html Css Color HEX #EBC0E7 French Lilac

📋 copy color: '#EBC0E7'

red 235 ◦ green 192 ◦ blue 231

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

Shades of French Lilac #EBC0E7

Tints of French Lilac #EBC0E7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.18%

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

R = 35.71%
G = 29.18%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBC0E7 (or 0xEBC0E7) is known color: French Lilac. HEX triplet: EB, C0 and E7. RGB value is (235,192,231). Sum of RGB (Red+Green+Blue) = 235+192+231=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0E7 is #143F18. Grayscale: #D1D1D1. Windows color (decimal): -1326873 or 15188203. OLE color: 15188203.

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

Color convert

RGB 235 192 231 -
CMYK 0 0.18 0.02 0.08
HSL 305.58º 0.52% 0.84% -
HSV(B) 305.58º 0.18% 0.92% -
XYZ 67.53 61.13 83.84 -
YUV 209.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 235 192 231 0 0.18 0.02 0.08 305.58 0.52 0.84
Hex EB C0 E7 0 12 2 8 132 34 54
Octal 353 300 347 0 22 2 10 462 64 124
Binary 11101011 11000000 11100111 0 10010 10 1000 100110010 110100 1010100

Color Harmonies of #EBC0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0E7

Black with #EBC0E7

Text Example


Text Example

White with #EBC0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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