Html Css Color HEX #EBB4DF French Lilac

📋 copy color: '#EBB4DF'

red 235 ◦ green 180 ◦ blue 223

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

Shades of French Lilac #EBB4DF

Tints of French Lilac #EBB4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.21%

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

R = 36.83%
G = 28.21%
B = 34.95%

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

#EBB4DF (or 0xEBB4DF) is known color: French Lilac. HEX triplet: EB, B4 and DF. RGB value is (235,180,223). Sum of RGB (Red+Green+Blue) = 235+180+223=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4DF is #144B20. Grayscale: #C9C9C9. Windows color (decimal): -1329953 or 14660843. OLE color: 14660843.

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

Color convert

RGB 235 180 223 -
CMYK 0 0.23 0.05 0.08
HSL 313.09º 0.58% 0.81% -
HSV(B) 313.09º 0.23% 0.92% -
XYZ 63.9 55.63 77.18 -
YUV 201.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 235 180 223 0 0.23 0.05 0.08 313.09 0.58 0.81
Hex EB B4 DF 0 17 5 8 139 3A 51
Octal 353 264 337 0 27 5 10 471 72 121
Binary 11101011 10110100 11011111 0 10111 101 1000 100111001 111010 1010001

Color Harmonies of #EBB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4DF

Black with #EBB4DF

Text Example


Text Example

White with #EBB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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