Html Css Color HEX #EBC0EA French Lilac

📋 copy color: '#EBC0EA'

red 235 ◦ green 192 ◦ blue 234

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

Shades of French Lilac #EBC0EA

Tints of French Lilac #EBC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 35.55%
G = 29.05%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC0EA (or 0xEBC0EA) is known color: French Lilac. HEX triplet: EB, C0 and EA. RGB value is (235,192,234). Sum of RGB (Red+Green+Blue) = 235+192+234=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0EA is #143F15. Grayscale: #D1D1D1. Windows color (decimal): -1326870 or 15384811. OLE color: 15384811.

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

Color convert

RGB 235 192 234 -
CMYK 0 0.18 0.00 0.08
HSL 301.4º 0.52% 0.84% -
HSV(B) 301.4º 0.18% 0.92% -
XYZ 67.96 61.3 86.09 -
YUV 209.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 235 192 234 0 0.18 0.00 0.08 301.4 0.52 0.84
Hex EB C0 EA 0 12 0 8 12D 34 54
Octal 353 300 352 0 22 0 10 455 64 124
Binary 11101011 11000000 11101010 0 10010 0 1000 100101101 110100 1010100

Color Harmonies of #EBC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0EA

Black with #EBC0EA

Text Example


Text Example

White with #EBC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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