Html Css Color HEX #EBC0E4 French Lilac

📋 copy color: '#EBC0E4'

red 235 ◦ green 192 ◦ blue 228

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

Shades of French Lilac #EBC0E4

Tints of French Lilac #EBC0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.81%

R = 35.88%
G = 29.31%
B = 34.81%

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

#EBC0E4 (or 0xEBC0E4) is known color: French Lilac. HEX triplet: EB, C0 and E4. RGB value is (235,192,228). Sum of RGB (Red+Green+Blue) = 235+192+228=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0E4 is #143F1B. Grayscale: #D0D0D0. Windows color (decimal): -1326876 or 14991595. OLE color: 14991595.

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

Color convert

RGB 235 192 228 -
CMYK 0 0.18 0.03 0.08
HSL 309.77º 0.52% 0.84% -
HSV(B) 309.77º 0.18% 0.92% -
XYZ 67.11 60.96 81.63 -
YUV 208.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 235 192 228 0 0.18 0.03 0.08 309.77 0.52 0.84
Hex EB C0 E4 0 12 3 8 136 34 54
Octal 353 300 344 0 22 3 10 466 64 124
Binary 11101011 11000000 11100100 0 10010 11 1000 100110110 110100 1010100

Color Harmonies of #EBC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0E4

Black with #EBC0E4

Text Example


Text Example

White with #EBC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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