Html Css Color HEX #EBBCDC French Lilac

📋 copy color: '#EBBCDC'

red 235 ◦ green 188 ◦ blue 220

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

Shades of French Lilac #EBBCDC

Tints of French Lilac #EBBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.24%

 BLUE value IS 220 (86.33% from 255) = 34.21%

R = 36.55%
G = 29.24%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBBCDC (or 0xEBBCDC) is known color: French Lilac. HEX triplet: EB, BC and DC. RGB value is (235,188,220). Sum of RGB (Red+Green+Blue) = 235+188+220=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCDC is #144323. Grayscale: #CDCDCD. Windows color (decimal): -1327908 or 14466283. OLE color: 14466283.

HSL color Cylindrical-coordinate representation of color #EBBCDC: hue angle of 319.15º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCDC is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 188 220 -
CMYK 0 0.2 0.06 0.08
HSL 319.15º 0.54% 0.83% -
HSV(B) 319.15º 0.2% 0.92% -
XYZ 65.16 58.8 75.62 -
YUV 205.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 235 188 220 0 0.2 0.06 0.08 319.15 0.54 0.83
Hex EB BC DC 0 14 6 8 13F 36 53
Octal 353 274 334 0 24 6 10 477 66 123
Binary 11101011 10111100 11011100 0 10100 110 1000 100111111 110110 1010011

Color Harmonies of #EBBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCDC

Black with #EBBCDC

Text Example


Text Example

White with #EBBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCDC; }

 p { color: rgb(235,188,220); }

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

background-color css

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

 a { background-color: rgb(235,188,220); }

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

border-color css

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

 span { border-color: rgb(235,188,220); }

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