Html Css Color HEX #EBBBDC French Lilac

📋 copy color: '#EBBBDC'

red 235 ◦ green 187 ◦ blue 220

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

Shades of French Lilac #EBBBDC

Tints of French Lilac #EBBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.13%

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

R = 36.6%
G = 29.13%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBBBDC (or 0xEBBBDC) is known color: French Lilac. HEX triplet: EB, BB and DC. RGB value is (235,187,220). Sum of RGB (Red+Green+Blue) = 235+187+220=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDC is #144423. Grayscale: #CDCDCD. Windows color (decimal): -1328164 or 14466027. OLE color: 14466027.

HSL color Cylindrical-coordinate representation of color #EBBBDC: hue angle of 318.75º degrees, saturation: 0.55, 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 #EBBBDC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 187 220 -
CMYK 0 0.20 0.06 0.08
HSL 318.75º 0.55% 0.83% -
HSV(B) 318.75º 0.2% 0.92% -
XYZ 64.95 58.37 75.55 -
YUV 205.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 235 187 220 0 0.20 0.06 0.08 318.75 0.55 0.83
Hex EB BB DC 0 14 6 8 13F 37 53
Octal 353 273 334 0 24 6 10 477 67 123
Binary 11101011 10111011 11011100 0 10100 110 1000 100111111 110111 1010011

Color Harmonies of #EBBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBDC

Black with #EBBBDC

Text Example


Text Example

White with #EBBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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