Html Css Color HEX #EBC6E2 French Lilac

📋 copy color: '#EBC6E2'

red 235 ◦ green 198 ◦ blue 226

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

Shades of French Lilac #EBC6E2

Tints of French Lilac #EBC6E2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.05%

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

R = 35.66%
G = 30.05%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBC6E2 (or 0xEBC6E2) is known color: French Lilac. HEX triplet: EB, C6 and E2. RGB value is (235,198,226). Sum of RGB (Red+Green+Blue) = 235+198+226=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6E2 is #14391D. Grayscale: #D4D4D4. Windows color (decimal): -1325342 or 14862059. OLE color: 14862059.

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

Color convert

RGB 235 198 226 -
CMYK 0 0.16 0.04 0.08
HSL 314.59º 0.48% 0.85% -
HSV(B) 314.59º 0.16% 0.92% -
XYZ 68.18 63.54 80.62 -
YUV 212.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 235 198 226 0 0.16 0.04 0.08 314.59 0.48 0.85
Hex EB C6 E2 0 10 4 8 13B 30 55
Octal 353 306 342 0 20 4 10 473 60 125
Binary 11101011 11000110 11100010 0 10000 100 1000 100111011 110000 1010101

Color Harmonies of #EBC6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6E2

Black with #EBC6E2

Text Example


Text Example

White with #EBC6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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