Html Css Color HEX #EBBDE6 French Lilac

📋 copy color: '#EBBDE6'

red 235 ◦ green 189 ◦ blue 230

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

Shades of French Lilac #EBBDE6

Tints of French Lilac #EBBDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.9%

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 35.93%
G = 28.9%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBBDE6 (or 0xEBBDE6) is known color: French Lilac. HEX triplet: EB, BD and E6. RGB value is (235,189,230). Sum of RGB (Red+Green+Blue) = 235+189+230=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDE6 is #144219. Grayscale: #CFCFCF. Windows color (decimal): -1327642 or 15121899. OLE color: 15121899.

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

Color convert

RGB 235 189 230 -
CMYK 0 0.20 0.02 0.08
HSL 306.52º 0.53% 0.83% -
HSV(B) 306.52º 0.2% 0.92% -
XYZ 66.74 59.77 82.88 -
YUV 207.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 235 189 230 0 0.20 0.02 0.08 306.52 0.53 0.83
Hex EB BD E6 0 14 2 8 133 35 53
Octal 353 275 346 0 24 2 10 463 65 123
Binary 11101011 10111101 11100110 0 10100 10 1000 100110011 110101 1010011

Color Harmonies of #EBBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDE6

Black with #EBBDE6

Text Example


Text Example

White with #EBBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDE6; }

 p { color: rgb(235,189,230); }

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

background-color css

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

 a { background-color: rgb(235,189,230); }

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

border-color css

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

 span { border-color: rgb(235,189,230); }

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