Html Css Color HEX #EBB6DF French Lilac

📋 copy color: '#EBB6DF'

red 235 ◦ green 182 ◦ blue 223

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

Shades of French Lilac #EBB6DF

Tints of French Lilac #EBB6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 36.72%
G = 28.44%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBB6DF (or 0xEBB6DF) is known color: French Lilac. HEX triplet: EB, B6 and DF. RGB value is (235,182,223). Sum of RGB (Red+Green+Blue) = 235+182+223=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6DF is #144920. Grayscale: #CACACA. Windows color (decimal): -1329441 or 14661355. OLE color: 14661355.

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

Color convert

RGB 235 182 223 -
CMYK 0 0.23 0.05 0.08
HSL 313.58º 0.57% 0.82% -
HSV(B) 313.58º 0.23% 0.92% -
XYZ 64.31 56.45 77.32 -
YUV 202.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 235 182 223 0 0.23 0.05 0.08 313.58 0.57 0.82
Hex EB B6 DF 0 17 5 8 13A 39 52
Octal 353 266 337 0 27 5 10 472 71 122
Binary 11101011 10110110 11011111 0 10111 101 1000 100111010 111001 1010010

Color Harmonies of #EBB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6DF

Black with #EBB6DF

Text Example


Text Example

White with #EBB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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