Html Css Color HEX #EBB6E6 French Lilac

📋 copy color: '#EBB6E6'

red 235 ◦ green 182 ◦ blue 230

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

Shades of French Lilac #EBB6E6

Tints of French Lilac #EBB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.13%

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

R = 36.32%
G = 28.13%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBB6E6 (or 0xEBB6E6) is known color: French Lilac. HEX triplet: EB, B6 and E6. RGB value is (235,182,230). Sum of RGB (Red+Green+Blue) = 235+182+230=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6E6 is #144919. Grayscale: #CBCBCB. Windows color (decimal): -1329434 or 15120107. OLE color: 15120107.

HSL color Cylindrical-coordinate representation of color #EBB6E6: hue angle of 305.66º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6E6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 182 230 -
CMYK 0 0.23 0.02 0.08
HSL 305.66º 0.57% 0.82% -
HSV(B) 305.66º 0.23% 0.92% -
XYZ 65.27 56.83 82.39 -
YUV 203.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 235 182 230 0 0.23 0.02 0.08 305.66 0.57 0.82
Hex EB B6 E6 0 17 2 8 132 39 52
Octal 353 266 346 0 27 2 10 462 71 122
Binary 11101011 10110110 11100110 0 10111 10 1000 100110010 111001 1010010

Color Harmonies of #EBB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6E6

Black with #EBB6E6

Text Example


Text Example

White with #EBB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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