Html Css Color HEX #EBB0DF French Lilac

📋 copy color: '#EBB0DF'

red 235 ◦ green 176 ◦ blue 223

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

Shades of French Lilac #EBB0DF

Tints of French Lilac #EBB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.76%

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

R = 37.07%
G = 27.76%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBB0DF (or 0xEBB0DF) is known color: French Lilac. HEX triplet: EB, B0 and DF. RGB value is (235,176,223). Sum of RGB (Red+Green+Blue) = 235+176+223=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0DF is #144F20. Grayscale: #C6C6C6. Windows color (decimal): -1330977 or 14659819. OLE color: 14659819.

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

Color convert

RGB 235 176 223 -
CMYK 0 0.25 0.05 0.08
HSL 312.2º 0.6% 0.81% -
HSV(B) 312.2º 0.25% 0.92% -
XYZ 63.11 54.04 76.92 -
YUV 199 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 235 176 223 0 0.25 0.05 0.08 312.2 0.6 0.81
Hex EB B0 DF 0 19 5 8 138 3C 51
Octal 353 260 337 0 31 5 10 470 74 121
Binary 11101011 10110000 11011111 0 11001 101 1000 100111000 111100 1010001

Color Harmonies of #EBB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0DF

Black with #EBB0DF

Text Example


Text Example

White with #EBB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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