Html Css Color HEX #EBB6D8 French Lilac

📋 copy color: '#EBB6D8'

red 235 ◦ green 182 ◦ blue 216

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

Shades of French Lilac #EBB6D8

Tints of French Lilac #EBB6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.12%

R = 37.12%
G = 28.75%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBB6D8 (or 0xEBB6D8) is known color: French Lilac. HEX triplet: EB, B6 and D8. RGB value is (235,182,216). Sum of RGB (Red+Green+Blue) = 235+182+216=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6D8 is #144927. Grayscale: #C9C9C9. Windows color (decimal): -1329448 or 14202603. OLE color: 14202603.

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

Color convert

RGB 235 182 216 -
CMYK 0 0.23 0.08 0.08
HSL 321.51º 0.57% 0.82% -
HSV(B) 321.51º 0.23% 0.92% -
XYZ 63.38 56.08 72.45 -
YUV 201.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 235 182 216 0 0.23 0.08 0.08 321.51 0.57 0.82
Hex EB B6 D8 0 17 8 8 142 39 52
Octal 353 266 330 0 27 10 10 502 71 122
Binary 11101011 10110110 11011000 0 10111 1000 1000 101000010 111001 1010010

Color Harmonies of #EBB6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6D8

Black with #EBB6D8

Text Example


Text Example

White with #EBB6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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