Html Css Color HEX #EBC1E7 French Lilac

📋 copy color: '#EBC1E7'

red 235 ◦ green 193 ◦ blue 231

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

Shades of French Lilac #EBC1E7

Tints of French Lilac #EBC1E7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.29%

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

R = 35.66%
G = 29.29%
B = 35.05%

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

#EBC1E7 (or 0xEBC1E7) is known color: French Lilac. HEX triplet: EB, C1 and E7. RGB value is (235,193,231). Sum of RGB (Red+Green+Blue) = 235+193+231=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1E7 is #143E18. Grayscale: #D1D1D1. Windows color (decimal): -1326617 or 15188459. OLE color: 15188459.

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

Color convert

RGB 235 193 231 -
CMYK 0 0.18 0.02 0.08
HSL 305.71º 0.51% 0.84% -
HSV(B) 305.71º 0.18% 0.92% -
XYZ 67.75 61.57 83.91 -
YUV 209.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 235 193 231 0 0.18 0.02 0.08 305.71 0.51 0.84
Hex EB C1 E7 0 12 2 8 132 33 54
Octal 353 301 347 0 22 2 10 462 63 124
Binary 11101011 11000001 11100111 0 10010 10 1000 100110010 110011 1010100

Color Harmonies of #EBC1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1E7

Black with #EBC1E7

Text Example


Text Example

White with #EBC1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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