Html Css Color HEX #EBBBDA French Lilac

📋 copy color: '#EBBBDA'

red 235 ◦ green 187 ◦ blue 218

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

Shades of French Lilac #EBBBDA

Tints of French Lilac #EBBBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.06%

R = 36.72%
G = 29.22%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBBBDA (or 0xEBBBDA) is known color: French Lilac. HEX triplet: EB, BB and DA. RGB value is (235,187,218). Sum of RGB (Red+Green+Blue) = 235+187+218=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDA is #144425. Grayscale: #CCCCCC. Windows color (decimal): -1328166 or 14334955. OLE color: 14334955.

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

Color convert

RGB 235 187 218 -
CMYK 0 0.20 0.07 0.08
HSL 321.25º 0.55% 0.83% -
HSV(B) 321.25º 0.2% 0.92% -
XYZ 64.69 58.26 74.17 -
YUV 204.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 235 187 218 0 0.20 0.07 0.08 321.25 0.55 0.83
Hex EB BB DA 0 14 7 8 141 37 53
Octal 353 273 332 0 24 7 10 501 67 123
Binary 11101011 10111011 11011010 0 10100 111 1000 101000001 110111 1010011

Color Harmonies of #EBBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBDA

Black with #EBBBDA

Text Example


Text Example

White with #EBBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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