Html Css Color HEX #EBC9E5 French Lilac

📋 copy color: '#EBC9E5'

red 235 ◦ green 201 ◦ blue 229

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

Shades of French Lilac #EBC9E5

Tints of French Lilac #EBC9E5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.23%

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

R = 35.34%
G = 30.23%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBC9E5 (or 0xEBC9E5) is known color: French Lilac. HEX triplet: EB, C9 and E5. RGB value is (235,201,229). Sum of RGB (Red+Green+Blue) = 235+201+229=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9E5 is #14361A. Grayscale: #D6D6D6. Windows color (decimal): -1324571 or 15059435. OLE color: 15059435.

HSL color Cylindrical-coordinate representation of color #EBC9E5: hue angle of 310.59º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9E5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 229 -
CMYK 0 0.14 0.03 0.08
HSL 310.59º 0.46% 0.85% -
HSV(B) 310.59º 0.14% 0.92% -
XYZ 69.29 65.09 83.04 -
YUV 214.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 235 201 229 0 0.14 0.03 0.08 310.59 0.46 0.85
Hex EB C9 E5 0 E 3 8 137 2E 55
Octal 353 311 345 0 16 3 10 467 56 125
Binary 11101011 11001001 11100101 0 1110 11 1000 100110111 101110 1010101

Color Harmonies of #EBC9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9E5

Black with #EBC9E5

Text Example


Text Example

White with #EBC9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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