Html Css Color HEX #EBB6DA French Lilac

📋 copy color: '#EBB6DA'

red 235 ◦ green 182 ◦ blue 218

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

Shades of French Lilac #EBB6DA

Tints of French Lilac #EBB6DA

RGB

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

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

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

R = 37.01%
G = 28.66%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBB6DA (or 0xEBB6DA) is known color: French Lilac. HEX triplet: EB, B6 and DA. RGB value is (235,182,218). Sum of RGB (Red+Green+Blue) = 235+182+218=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6DA is #144925. Grayscale: #C9C9C9. Windows color (decimal): -1329446 or 14333675. OLE color: 14333675.

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

Color convert

RGB 235 182 218 -
CMYK 0 0.23 0.07 0.08
HSL 319.25º 0.57% 0.82% -
HSV(B) 319.25º 0.23% 0.92% -
XYZ 63.64 56.18 73.82 -
YUV 201.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 235 182 218 0 0.23 0.07 0.08 319.25 0.57 0.82
Hex EB B6 DA 0 17 7 8 13F 39 52
Octal 353 266 332 0 27 7 10 477 71 122
Binary 11101011 10110110 11011010 0 10111 111 1000 100111111 111001 1010010

Color Harmonies of #EBB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6DA

Black with #EBB6DA

Text Example


Text Example

White with #EBB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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