Html Css Color HEX #EBC0E2 French Lilac

📋 copy color: '#EBC0E2'

red 235 ◦ green 192 ◦ blue 226

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

Shades of French Lilac #EBC0E2

Tints of French Lilac #EBC0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.61%

R = 35.99%
G = 29.4%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBC0E2 (or 0xEBC0E2) is known color: French Lilac. HEX triplet: EB, C0 and E2. RGB value is (235,192,226). Sum of RGB (Red+Green+Blue) = 235+192+226=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0E2 is #143F1D. Grayscale: #D0D0D0. Windows color (decimal): -1326878 or 14860523. OLE color: 14860523.

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

Color convert

RGB 235 192 226 -
CMYK 0 0.18 0.04 0.08
HSL 312.56º 0.52% 0.84% -
HSV(B) 312.56º 0.18% 0.92% -
XYZ 66.84 60.85 80.17 -
YUV 208.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 235 192 226 0 0.18 0.04 0.08 312.56 0.52 0.84
Hex EB C0 E2 0 12 4 8 139 34 54
Octal 353 300 342 0 22 4 10 471 64 124
Binary 11101011 11000000 11100010 0 10010 100 1000 100111001 110100 1010100

Color Harmonies of #EBC0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0E2

Black with #EBC0E2

Text Example


Text Example

White with #EBC0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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