Html Css Color HEX #EBC0E5 French Lilac

📋 copy color: '#EBC0E5'

red 235 ◦ green 192 ◦ blue 229

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

Shades of French Lilac #EBC0E5

Tints of French Lilac #EBC0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 35.82%
G = 29.27%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBC0E5 (or 0xEBC0E5) is known color: French Lilac. HEX triplet: EB, C0 and E5. RGB value is (235,192,229). Sum of RGB (Red+Green+Blue) = 235+192+229=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0E5 is #143F1A. Grayscale: #D0D0D0. Windows color (decimal): -1326875 or 15057131. OLE color: 15057131.

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

Color convert

RGB 235 192 229 -
CMYK 0 0.18 0.03 0.08
HSL 308.37º 0.52% 0.84% -
HSV(B) 308.37º 0.18% 0.92% -
XYZ 67.25 61.02 82.36 -
YUV 209.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 235 192 229 0 0.18 0.03 0.08 308.37 0.52 0.84
Hex EB C0 E5 0 12 3 8 134 34 54
Octal 353 300 345 0 22 3 10 464 64 124
Binary 11101011 11000000 11100101 0 10010 11 1000 100110100 110100 1010100

Color Harmonies of #EBC0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0E5

Black with #EBC0E5

Text Example


Text Example

White with #EBC0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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